mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 19:47:47 +00:00
Pass ulib correctly
This commit is contained in:
parent
cb3e57b901
commit
948ce4770b
1 changed files with 2 additions and 2 deletions
|
@ -110,8 +110,8 @@
|
|||
home-manager.useUserPackages = true;
|
||||
};
|
||||
|
||||
specialArgs = {
|
||||
inherit ulib theme hyprland;
|
||||
specialArgs = ulib // {
|
||||
inherit theme hyprland;
|
||||
};
|
||||
|
||||
importConfiguration = host: lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue