add vim to default packages

This commit is contained in:
root 2024-06-28 20:07:26 +02:00
parent e4ecd7a259
commit 73fe36e68d

View file

@ -30,6 +30,8 @@
}; };
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim
neovim
emacs emacs
wget wget
htop htop