Files
NixConfig/hosts/darkgui-vps/config/pkgs.nix
T
2026-05-03 12:38:34 -03:00

32 lines
272 B
Nix

{
config,
lib,
inputs,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
curl
git
vim
wget
screen
fish
btop
fastfetch
gitFull
unrar
unzip
zerotierone
## Zed
nixd
nil
python3
];
}