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 =
|
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'.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue