From 7aae781c4ddac72aa62866eaff415b6cf7c0bf0b Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Fri, 24 Jan 2025 20:00:52 -0500 Subject: [PATCH] Add binutils, nmap, cruft --- hosts/default/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index d2a3879..d940e14 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -180,6 +180,7 @@ # List packages installed in system profile. To search, run: # $ nix search wget environment.systemPackages = with pkgs; [ + binutils # gnu bin utils neovim # next gen vim w/lua wget # url fetcher/spider curl # url fetcher @@ -232,6 +233,8 @@ protonup-qt # proton version installer heroic # game launcher (GOG/Epic/Prime) lutris # game launcher (EA/Humble/Ubi++) + cruft # python-based template processor + nmap # network mapping/scanning tool ]; programs.zsh.enable = true; programs.git = {