Skip to content

Commit

Permalink
Install base packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerschtli committed Jul 28, 2019
1 parent 66be89d commit 0390165
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions modules/config/base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,27 @@ in
home = {
inherit sessionVariables;

packages = with pkgs; [
file
httpie
iotop
nox
pwgen
ripgrep
tree
wget

gzip
unzip
xz
zip

bind # dig
netcat
psmisc # killall
whois
];

stateVersion = "19.03";
};

Expand Down

0 comments on commit 0390165

Please sign in to comment.