diff --git a/flake.nix b/flake.nix index 501df4c..2ae251a 100644 --- a/flake.nix +++ b/flake.nix @@ -110,8 +110,8 @@ home-manager.useUserPackages = true; }; - specialArgs = { - inherit ulib theme hyprland; + specialArgs = ulib // { + inherit theme hyprland; }; importConfiguration = host: lib.nixosSystem {