pkgs/figma-linux: add Figma Desktop package
This commit is contained in:
parent
7289f30692
commit
8ec0ec33cc
3 changed files with 49 additions and 1 deletions
|
|
@ -18,6 +18,7 @@
|
|||
xcursor-mizuki = final.callPackage ./pkgs/xcursor-mizuki/default.nix { };
|
||||
pjsk-cursor = final.callPackage ./pkgs/pjsk-cursor/default.nix { };
|
||||
helium = final.callPackage ./pkgs/helium/default.nix { };
|
||||
figma-linux = final.callPackage ./pkgs/figma-linux/default.nix { };
|
||||
};
|
||||
|
||||
forAllSystems = f: nixpkgs.lib.genAttrs supportedSystems (system: f (
|
||||
|
|
@ -37,7 +38,8 @@
|
|||
waterfox-bin
|
||||
xcursor-mizuki
|
||||
pjsk-cursor
|
||||
helium;
|
||||
helium
|
||||
figma-linux;
|
||||
};
|
||||
in
|
||||
nixpkgs.lib.filterAttrs (name: pkg:
|
||||
|
|
|
|||
Loading…
Reference in a new issue