Files
2026-07-09 07:42:33 -06:00

24 lines
270 B
Nix

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