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