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 = {
|
||||
enable = true;
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
extraConfig = {
|
||||
credential.helper = "cache --timeout=25920000";
|
||||
};
|
||||
};
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userName = "albert";
|
||||
userEmail = "albert@sysctl.io";
|
||||
extraConfig = {
|
||||
credential.helper = "cache --timeout=25920000";
|
||||
};
|
||||
};
|
|
@ -1,20 +1,21 @@
|
|||
programs.vim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [ vim-airline ];
|
||||
settings = { ignorecase = true; };
|
||||
extraConfig = ''
|
||||
set mouse=a
|
||||
set number
|
||||
syntax on
|
||||
set hlsearch
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set autoindent
|
||||
set ruler
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set softtabstop=2
|
||||
colorscheme slate
|
||||
set cursorline
|
||||
'';
|
||||
};
|
||||
# https://nixos.wiki/wiki/Vim
|
||||
programs.vim = {
|
||||
enable = true;
|
||||
plugins = with pkgs.vimPlugins; [ vim-airline ];
|
||||
settings = { ignorecase = true; };
|
||||
extraConfig = ''
|
||||
set mouse=a
|
||||
set number
|
||||
syntax on
|
||||
set hlsearch
|
||||
set ignorecase
|
||||
set smartcase
|
||||
set autoindent
|
||||
set ruler
|
||||
set shiftwidth=2
|
||||
set expandtab
|
||||
set softtabstop=2
|
||||
colorscheme slate
|
||||
set cursorline
|
||||
'';
|
||||
};
|
Loading…
Reference in a new issue