From aa6e9a515f56b226b43a0079bd517b2603053eda Mon Sep 17 00:00:00 2001 From: John Lancaster Date: Tue, 1 Jul 2025 23:46:23 -0500 Subject: [PATCH] more options passed thru --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) 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; };