nix/modules/apps/cli/misc/default.nix
2024-09-15 10:48:53 +02:00

41 lines
462 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
];
}