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 = {