From dba3d0b44f528d5cca515ea0aaaec13939c4ccea Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Fri, 4 Jul 2025 10:47:50 -0500 Subject: [PATCH] moved options --- flake.nix | 2 +- homeManagerModules/default.nix | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 26724e6..d82571b 100644 --- a/flake.nix +++ b/flake.nix @@ -44,7 +44,7 @@ homeManagerModules.default = { ... }: { imports = [ - ./nixosModules/options.nix + # ./nixosModules/options.nix ./homeManagerModules inputs._1password-shell-plugins.hmModules.default ]; diff --git a/homeManagerModules/default.nix b/homeManagerModules/default.nix index 5a1c3a8..485b1f2 100644 --- a/homeManagerModules/default.nix +++ b/homeManagerModules/default.nix @@ -9,6 +9,8 @@ ./ssh.nix ./steam.nix ./vscode.nix + + ../nixosModules/options.nix ]; # Home Manager needs a bit of information about you and the paths it should