Disable nano

I did not know that it was actually enabled on every system. This commit
replaces it with vim.
This commit is contained in:
Simon Bruder 2024-05-15 23:37:23 +02:00
parent dfd305e419
commit 14aa3e8d5e
Signed by: simon
GPG key ID: 347FF8699CDA0776

View file

@ -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;