pkgs/figma-linux: add Figma Desktop package
Some checks failed
CI / check (push) Has been cancelled
CI / list-packages (push) Has been cancelled

This commit is contained in:
암냥 2026-09-10 02:05:04 +09:00
commit 8ec0ec33cc
3 changed files with 49 additions and 1 deletions

View file

@ -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: