From f2f1721e4c8d4234e60ab56cb3a41717cd9772e6 Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sun, 6 Jul 2025 11:39:27 -0500 Subject: [PATCH] changed import style --- flake.nix | 2 +- homeManagerModules/default.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c40e586..f3f2f6e 100644 --- a/flake.nix +++ b/flake.nix @@ -42,7 +42,7 @@ { lib = { inherit mkhomeManagerModules; }; - homeManagerModules.default = ./homeManagerModules; + homeManagerModules.default = { ... } { imports = [ ./homeManagerModules ]; }; nixosModules.default = { config, ... }: { imports = [ diff --git a/homeManagerModules/default.nix b/homeManagerModules/default.nix index be2396b..6a3ddf1 100644 --- a/homeManagerModules/default.nix +++ b/homeManagerModules/default.nix @@ -67,6 +67,9 @@ spotify sublime4 joplin-desktop + ] ++ lib.optionals config._1password [ + _1password-cli + gh # GitHub CLI with 1Password integration ]; # Home Manager can also manage your environment variables through