diff --git a/flake.nix b/flake.nix index 00cf7d6..ecfb170 100644 --- a/flake.nix +++ b/flake.nix @@ -45,6 +45,10 @@ self.homeManagerModules.default { user = config.user; stateVersion = config.stateVersion; + profile = config.profile; + shell = config.shell; + ssh = config.ssh; + _1password = config._1password; } ] ++ config.extraImports; };