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

36 lines
326 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
];
}