diff --git a/hosts/sakoserver/configuration.nix b/hosts/sakoserver/configuration.nix index 179bf447..0d2da909 100644 --- a/hosts/sakoserver/configuration.nix +++ b/hosts/sakoserver/configuration.nix @@ -30,7 +30,15 @@ extraGroups = [ "wheel" ]; }; - environment.systemPackages = with pkgs; [ neovim wget ]; + environment.systemPackages = with pkgs; [ + vim + neovim + wget + killall + unzip + htop + ripgrep + ]; # networking.firewall.allowedTCPPorts = []; # networking.firewall.allowedUDPPorts = [];