diff --git a/configurations.nix b/configurations.nix index 943f1f5..ca048e9 100644 --- a/configurations.nix +++ b/configurations.nix @@ -3,6 +3,7 @@ , sops-nix , inputs , nixos-hardware +, home-manager , nix , ... }: @@ -26,6 +27,7 @@ let documentation.info.enable = false; }) sops-nix.nixosModules.sops + home-manager.nixosModules.home-manager ]; } ]; diff --git a/outputs.nix b/outputs.nix index 7674464..edcbd02 100644 --- a/outputs.nix +++ b/outputs.nix @@ -3,6 +3,7 @@ , nixpkgs , sops-nix , deploy +, home-manager , ... } @ inputs: (flake-utils.lib.eachDefaultSystem (system: