add/rearrange packages
This commit is contained in:
parent
c60728e7aa
commit
377060873d
4 changed files with 21 additions and 22 deletions
|
@ -1,13 +1,22 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# CLI utilities I get frustrated if I'm missing
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
inetutils
|
||||
lshw
|
||||
parted
|
||||
wget
|
||||
|
||||
# network troubleshooting
|
||||
inetutils
|
||||
lsof
|
||||
tcpdump
|
||||
netcat # <3
|
||||
|
||||
# used for nix config
|
||||
npins
|
||||
colmena
|
||||
agenix
|
||||
];
|
||||
|
||||
environment.wordlist.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue