Add dig to basic utilties
This commit is contained in:
parent
5c04b0be5d
commit
a314900121
1 changed files with 6 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue