Files
NixConfig/hosts/darkgui-vps/config/pkgs.nix
T
2026-05-10 17:24:39 -03:00

37 lines
334 B
Nix

{
config,
lib,
inputs,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
## CLI
curl
wget
screen
fish
btop
fastfetch
unzip
unrar
zerotierone
## Git
gitFull
git
## Editor
vim
## Dev
nixd
python3
## Segurança
unbound
dig
];
}