First Commit

This commit is contained in:
2026-01-05 04:04:36 +01:00
commit c7a17f7772
83 changed files with 3574 additions and 0 deletions

36
modules/cli/packages.nix Normal file
View File

@@ -0,0 +1,36 @@
{ pkgs, ...}:
{
environment.systemPackages = with pkgs; [
duf
eza
ffmpeg
htop
killall
libnotify
lm_sensors
lshw
ncdu
pciutils
socat
unrar
unzip
usbutils
v4l-utils
nvtopPackages.full
wget
ytmdl
yt-dlp
python3
python313Packages.pynvml
python313Packages.py3nvml
git
zip
killall
zoxide
fzf
p7zip
curl
jq
];
}