test
This commit is contained in:
parent
71f5e48ce4
commit
1c69095b11
2 changed files with 32 additions and 28 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
{ config, pkgs, ... }: {
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
userName = "albert";
|
userName = "albert";
|
||||||
|
@ -6,3 +7,4 @@ programs.git = {
|
||||||
credential.helper = "cache --timeout=25920000";
|
credential.helper = "cache --timeout=25920000";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
}
|
|
@ -1,3 +1,4 @@
|
||||||
|
{ config, pkgs, ... }: {
|
||||||
# https://nixos.wiki/wiki/Vim
|
# https://nixos.wiki/wiki/Vim
|
||||||
programs.vim = {
|
programs.vim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -19,3 +20,4 @@ programs.vim = {
|
||||||
set cursorline
|
set cursorline
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue