This commit is contained in:
Tibo De Peuter 2025-10-30 19:57:54 +01:00
parent 48463104ab
commit b73c93a31e
Signed by: tdpeuter
GPG key ID: 38297DE43F75FFE2
2 changed files with 3 additions and 2 deletions

View file

@ -94,6 +94,8 @@
powerOnBoot = false; powerOnBoot = false;
}; };
nix.settings.download-buffer-size = 500 * 1024 * 1024; # 500 MiB
programs.zsh.enable = true; programs.zsh.enable = true;
services = { services = {

View file

@ -25,8 +25,7 @@ set smarttab
set tabstop=4 set tabstop=4
set title set title
set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx
"" Show suggestions on another line instead of inplace set wildmenu "" Show suggestions on another line instead of inplace
set wildmenu
syntax enable syntax enable