From 6b6b99f5c994d7c549ffd78a06211812d4a5694e Mon Sep 17 00:00:00 2001 From: Alexandre1a Date: Sat, 7 Feb 2026 12:38:29 +0100 Subject: [PATCH] Fixed a typo --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4c5c1b1..d476aa6 100644 --- a/flake.nix +++ b/flake.nix @@ -48,7 +48,7 @@ specialArgs = { inherit inputs; }; modules = [ ./hosts/framework/configuration.nix - inputs.home-manager?nixosModules.default + inputs.home-manager.nixosModules.default inputs.sops-nix.nixosModules.sops ]; };