Test
This commit is contained in:
parent
85bc364288
commit
4bb98831f1
2 changed files with 29 additions and 28 deletions
|
@ -1,8 +1,8 @@
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
userEmail = "albert@sysctl.io";
|
userEmail = "albert@sysctl.io";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential.helper = "cache --timeout=25920000";
|
credential.helper = "cache --timeout=25920000";
|
||||||
};
|
};
|
||||||
};
|
};
|
|
@ -1,4 +1,5 @@
|
||||||
programs.vim = {
|
# https://nixos.wiki/wiki/Vim
|
||||||
|
programs.vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = with pkgs.vimPlugins; [ vim-airline ];
|
plugins = with pkgs.vimPlugins; [ vim-airline ];
|
||||||
settings = { ignorecase = true; };
|
settings = { ignorecase = true; };
|
||||||
|
@ -17,4 +18,4 @@
|
||||||
colorscheme slate
|
colorscheme slate
|
||||||
set cursorline
|
set cursorline
|
||||||
'';
|
'';
|
||||||
};
|
};
|
Loading…
Reference in a new issue