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 =
[
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'.