adde some tools to the server

This commit is contained in:
Geir Okkenhaug Jerstad 2024-05-21 09:42:57 +02:00
parent b8862b96b8
commit de34f30e68

View file

@ -70,7 +70,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
emacs zfs
emacs zfs htop bottom fastfetch tmux
wget curl git
];