Files
nixconf/modules/sys/pkgs.nix
T
2026-06-01 23:03:28 -06:00

24 lines
269 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
git
neovim
caligula
openssl
topgrade
htop
mosh
btop
python314
wget2
dnsutils
fastfetch
peazip
p7zip
whois
ffmpeg
playerctl
sshfs
];
}