Files
NixConfig/hosts/darkgui-vps/config/pkgs.nix
T
2026-05-13 22:59:59 -03:00

40 lines
369 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
## Git
gitFull
git
## Editor
vim
## Dev
nixd
python3
## Segurança
dig
];
}