Add binutils, nmap, cruft
This commit is contained in:
parent
64c1f5a2aa
commit
7aae781c4d
1 changed files with 3 additions and 0 deletions
|
@ -180,6 +180,7 @@
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
binutils # gnu bin utils
|
||||||
neovim # next gen vim w/lua
|
neovim # next gen vim w/lua
|
||||||
wget # url fetcher/spider
|
wget # url fetcher/spider
|
||||||
curl # url fetcher
|
curl # url fetcher
|
||||||
|
@ -232,6 +233,8 @@
|
||||||
protonup-qt # proton version installer
|
protonup-qt # proton version installer
|
||||||
heroic # game launcher (GOG/Epic/Prime)
|
heroic # game launcher (GOG/Epic/Prime)
|
||||||
lutris # game launcher (EA/Humble/Ubi++)
|
lutris # game launcher (EA/Humble/Ubi++)
|
||||||
|
cruft # python-based template processor
|
||||||
|
nmap # network mapping/scanning tool
|
||||||
];
|
];
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
programs.git = {
|
programs.git = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue