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; [ environment.systemPackages = with pkgs; [
# Basic text editing and git
neovim neovim
git git
# Basic terminal and cli utilities
tmux tmux
just
# Basic nix utilities
alejandra alejandra
nix-index nix-index
# Basic networking utilities
curl curl
wget wget
just dig
]; ];
system.stateVersion = "24.11"; system.stateVersion = "24.11";