diff --git a/hosts/server/home.nix b/hosts/server/home.nix index 40b928d..3862a87 100644 --- a/hosts/server/home.nix +++ b/hosts/server/home.nix @@ -4,8 +4,7 @@ imports = [ inputs.nixvim.homeManagerModules.nixvim - ../../common/zsh.nix - ../../common/git.nix + ../../modules/applications ../../common/nvim/nvim.nix ]; # Home Manager needs a bit of information about you and the paths it should @@ -44,6 +43,11 @@ nodejs ]; + modules = { + apps.git.enable = true; + apps.zsh.enable = true; + }; + # Home Manager is pretty good at managing dotfiles. The primary way to manage # plain files is through 'home.file'.