diff --git a/flake.nix b/flake.nix index 6d8bf88..f1d8c7b 100644 --- a/flake.nix +++ b/flake.nix @@ -124,6 +124,9 @@ inherit inputs; flakes = flake inputs system; }; + home-manager.sharedModules = [ + sops-nix.homeManagerModules.sops + ]; # still needed even if using networkd networking.hostName = hostname; @@ -201,6 +204,9 @@ modules = modules ++ [{ home.username = user; home.homeDirectory = home; + home-manager.sharedModules = [ + sops-nix.homeManagerModules.sops + ]; }]; extraSpecialArgs = { inherit inputs flakes; diff --git a/users/pbsds/home/default.nix b/users/pbsds/home/default.nix index 30cd0f6..dae016a 100644 --- a/users/pbsds/home/default.nix +++ b/users/pbsds/home/default.nix @@ -5,6 +5,7 @@ home.stateVersion = "22.11"; # TODO: what uses this? imports = [ + ./profiles/sops.nix ./profiles/bat.nix ./profiles/git.nix ./profiles/gtk.nix