diff --git a/modules/default.nix b/modules/default.nix index f3a4b85..905f12a 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -80,9 +80,11 @@ git-lfs # not so essential, but required to clone config htop tmux - vim ]; + programs.nano.enable = false; + programs.vim.defaultEditor = true; + # Clean temporary files on boot boot.tmp.cleanOnBoot = true;