wow
All checks were successful
CI / list-packages (push) Successful in 2s
CI / build (helium) (push) Successful in 4s
CI / build (helium-sync) (push) Successful in 3s
CI / build (pjsk-cursor) (push) Successful in 3s
CI / build (waterfox-bin) (push) Successful in 4s
CI / build (xcursor-mizuki) (push) Successful in 3s

This commit is contained in:
암냥 2026-04-26 03:44:25 +09:00
commit 1cc32308dd
No known key found for this signature in database
2 changed files with 121 additions and 1 deletions

View file

@ -22,6 +22,7 @@
overlays.default = overlay;
nixosModules.helium-sync = import ./modules/helium-sync.nix;
homeManagerModules.helium-sync = import ./modules/helium-sync-hm.nix;
packages.${system} = {
inherit (pkgs) waterfox-bin xcursor-mizuki pjsk-cursor helium helium-sync;
@ -29,4 +30,3 @@
};
};
}