add/rearrange packages

This commit is contained in:
Katherina Walshe-Grey 2024-07-19 20:01:55 +01:00
parent c60728e7aa
commit 377060873d
4 changed files with 21 additions and 22 deletions

View file

@ -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;