From 273a84de1a3abf4fc08a6c49fed3f280648e17f4 Mon Sep 17 00:00:00 2001 From: Sakooooo <78461130+Sakooooo@users.noreply.github.com> Date: Tue, 31 Dec 2024 19:18:03 +0400 Subject: [PATCH] more system packages --- hosts/sakoserver/configuration.nix | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 = [];