moved options

This commit is contained in:
John Lancaster
2025-07-04 10:47:50 -05:00
parent e6a29ee61f
commit dba3d0b44f
2 changed files with 3 additions and 1 deletions

View File

@@ -44,7 +44,7 @@
homeManagerModules.default = { ... }: { homeManagerModules.default = { ... }: {
imports = [ imports = [
./nixosModules/options.nix # ./nixosModules/options.nix
./homeManagerModules ./homeManagerModules
inputs._1password-shell-plugins.hmModules.default inputs._1password-shell-plugins.hmModules.default
]; ];

View File

@@ -9,6 +9,8 @@
./ssh.nix ./ssh.nix
./steam.nix ./steam.nix
./vscode.nix ./vscode.nix
../nixosModules/options.nix
]; ];
# Home Manager needs a bit of information about you and the paths it should # Home Manager needs a bit of information about you and the paths it should