Files
NixConfig/hosts/darkgui-vps/config/pkgs.nix
T
2026-05-16 02:04:06 -03:00

43 lines
400 B
Nix

{
config,
lib,
inputs,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
## CLI
curl
wget
screen
fish
btop
fastfetch
unzip
unrar
zerotierone
ookla-speedtest
just
cargo
gcc
netbird
openssl
jq
## Git
gitFull
git
## Editor
vim
## Dev
nixd
python3
## Segurança
dig
];
}