diff options
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/generic.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/nixos/modules/generic.nix b/nixos/modules/generic.nix index 8d34a16..c1458c8 100644 --- a/nixos/modules/generic.nix +++ b/nixos/modules/generic.nix @@ -31,7 +31,7 @@ with lib; environment.systemPackages = with pkgs; [ git # We need git for this repository to even work # Administration tools - coreutils moreutils psmisc progress lshw file + coreutils moreutils binutils psmisc progress lshw file ldns wget gnumake exfat exfatprogs @@ -53,10 +53,6 @@ with lib; sourceHighlight # Colors for less unrar p7zip zip unzip - # Vim plugins (used for root account) - vimPlugins.vim-nix - vimPlugins.vim-nftables - # Network nmap netcat traceroute iftop nethogs |