From 948ce4770b5a7ee3f757a47938662e459922b3df Mon Sep 17 00:00:00 2001 From: RGBCube Date: Thu, 23 Nov 2023 16:01:37 +0300 Subject: [PATCH] Pass ulib correctly --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {