restructure home manager configs
This commit is contained in:
10
modules/hm/vim.nix
Normal file
10
modules/hm/vim.nix
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
number = true;
|
||||
relativenumber = true;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user