Add .vimrc config
This commit is contained in:
@@ -3,9 +3,11 @@
|
||||
{
|
||||
imports = [
|
||||
../../modules/home/git.nix
|
||||
../../modules/home/vim.nix
|
||||
../../modules/home/zsh.nix
|
||||
];
|
||||
|
||||
modules.git.enable = true;
|
||||
modules.vim.enable = true;
|
||||
modules.zsh.enable = true;
|
||||
}
|
||||
|
||||
@@ -3,9 +3,11 @@
|
||||
{
|
||||
imports = [
|
||||
../../modules/home/git.nix
|
||||
../../modules/home/vim.nix
|
||||
../../modules/home/zsh.nix
|
||||
];
|
||||
|
||||
modules.git.enable = true;
|
||||
modules.vim.enable = true;
|
||||
modules.zsh.enable = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user