use git and zsh module instead of common

This commit is contained in:
Noa Aarts 2024-05-11 17:47:57 +02:00
parent 036b2d4d53
commit 429f6f14f5

View file

@ -4,8 +4,7 @@
imports = imports =
[ [
inputs.nixvim.homeManagerModules.nixvim inputs.nixvim.homeManagerModules.nixvim
../../common/zsh.nix ../../modules/applications
../../common/git.nix
../../common/nvim/nvim.nix ../../common/nvim/nvim.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
@ -44,6 +43,11 @@
nodejs nodejs
]; ];
modules = {
apps.git.enable = true;
apps.zsh.enable = true;
};
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'. # plain files is through 'home.file'.