From cd204e1fa56d7fbf4a2042dc1c1aeabd7e1a3fd0 Mon Sep 17 00:00:00 2001 From: sils Date: Fri, 2 Feb 2024 18:47:09 +0100 Subject: use development version of hyprland --- flake/nixosConfigurations/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'flake') diff --git a/flake/nixosConfigurations/default.nix b/flake/nixosConfigurations/default.nix index 60f33b1..81f3f1c 100644 --- a/flake/nixosConfigurations/default.nix +++ b/flake/nixosConfigurations/default.nix @@ -11,6 +11,7 @@ flake-utils, agenix, ragenix, + hyprland, } @ attrs: let defaultModules = [ impermanence.nixosModules.impermanence @@ -42,6 +43,7 @@ (import ../../sys) (import ../../secrets) (import ./basesystem.nix) + {home-manager.extraSpecialArgs = attrs // conf;} ] ++ defaultModules; }; -- cgit 1.4.1