pinwheel: Extract vim module
This commit is contained in:
12
hosts/pinwheel/modules/vim/default.nix
Normal file
12
hosts/pinwheel/modules/vim/default.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{ home-manager, pkgs, ...}:
|
||||
{
|
||||
home-manager.users.alex = {
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
|
||||
extraConfig = ''
|
||||
set noswapfile
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user