diff --git a/flake.nix b/flake.nix index 1ab556f..0697675 100755 --- a/flake.nix +++ b/flake.nix @@ -379,7 +379,14 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.matt = import ./hosts/pi4/home.nix; + home-manager.users.matt = + { ... }: + { + imports = [ + ./hosts/pi4/home.nix + pi4-sops-nix.homeManagerModules.sops + ]; + }; } ]; };