Add dig to basic utilties

This commit is contained in:
Nathan McCarty 2025-06-14 20:11:15 -04:00
parent 5c04b0be5d
commit a314900121

View file

@ -14,14 +14,19 @@
];
environment.systemPackages = with pkgs; [
# Basic text editing and git
neovim
git
# Basic terminal and cli utilities
tmux
just
# Basic nix utilities
alejandra
nix-index
# Basic networking utilities
curl
wget
just
dig
];
system.stateVersion = "24.11";