nix/modules/apps/cli/misc/default.nix
2024-09-16 22:22:41 +02:00

38 lines
456 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
htop
sent
texliveFull
alejandra
bat
screen
tree
zip
unzip
scrcpy
appimage-run
yt-dlp
distrobox
lm_sensors
brightnessctl
ncdu
git
lazygit
ffmpeg
libnotify
font-awesome
imagemagick
zoxide
fastfetch
cmatrix
cava
nitch
gotop
sl
cbonsai
pipes
pulseaudioFull
cmus
];
}