1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-30 19:47:47 +00:00

Pass ulib correctly

This commit is contained in:
RGBCube 2023-11-23 16:01:37 +03:00
parent cb3e57b901
commit 948ce4770b
No known key found for this signature in database

View file

@ -110,8 +110,8 @@
home-manager.useUserPackages = true; home-manager.useUserPackages = true;
}; };
specialArgs = { specialArgs = ulib // {
inherit ulib theme hyprland; inherit theme hyprland;
}; };
importConfiguration = host: lib.nixosSystem { importConfiguration = host: lib.nixosSystem {