Files
nixconf/modules/sys/pkgs.nix
T

25 lines
279 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
sbctl
];
}