use git and zsh module instead of common
This commit is contained in:
parent
036b2d4d53
commit
429f6f14f5
1 changed files with 6 additions and 2 deletions
|
|
@ -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'.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue