nix/modules/apps/cli/misc/default.nix

41 lines
462 B
Nix
Raw Normal View History

2024-09-15 10:25:38 +02:00
{
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
2024-09-15 10:48:53 +02:00
cmus
2024-09-15 10:25:38 +02:00
];
}