From b73c93a31e17a9a09d0b8f46ef74513d3fbe6562 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 30 Oct 2025 19:57:54 +0100 Subject: [PATCH] Tweaks --- nixos/hosts/Tibo-NixTop/default.nix | 2 ++ stow/vim/.vimrc | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nixos/hosts/Tibo-NixTop/default.nix b/nixos/hosts/Tibo-NixTop/default.nix index 7431ae5..e689f5d 100644 --- a/nixos/hosts/Tibo-NixTop/default.nix +++ b/nixos/hosts/Tibo-NixTop/default.nix @@ -94,6 +94,8 @@ powerOnBoot = false; }; + nix.settings.download-buffer-size = 500 * 1024 * 1024; # 500 MiB + programs.zsh.enable = true; services = { diff --git a/stow/vim/.vimrc b/stow/vim/.vimrc index 379ddb4..bd87fe5 100644 --- a/stow/vim/.vimrc +++ b/stow/vim/.vimrc @@ -25,8 +25,7 @@ set smarttab set tabstop=4 set title set wildignore=*.docx,*.jpg,*.png,*.gif,*.pdf,*.pyc,*.exe,*.flv,*.img,*.xlsx -"" Show suggestions on another line instead of inplace -set wildmenu +set wildmenu "" Show suggestions on another line instead of inplace syntax enable