Add binutils, nmap, cruft

This commit is contained in:
Chris Thompson 2025-01-24 20:00:52 -05:00
parent 64c1f5a2aa
commit 7aae781c4d

View file

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