Add and sort system packages

This commit is contained in:
System administrator 2022-09-08 17:49:33 +02:00
parent d0cc8d4a3c
commit 5734861d54
1 changed files with 8 additions and 5 deletions

View File

@ -20,12 +20,15 @@
nix.gc.automatic = true;
environment.systemPackages = with pkgs; [
git
vim
nano
wget
tmux
file
git
htop
nano
nvim
tmux
vim
wget
kitty.terminfo
];