1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-29 19:17:45 +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;
};
specialArgs = {
inherit ulib theme hyprland;
specialArgs = ulib // {
inherit theme hyprland;
};
importConfiguration = host: lib.nixosSystem {