nix/modules/apps/norm/misc/default.nix

59 lines
781 B
Nix
Raw Normal View History

2024-09-16 22:22:41 +02:00
{pkgs, ...}: {
2024-09-15 10:25:38 +02:00
environment.systemPackages = with pkgs; [
2024-10-04 22:19:16 +02:00
uget
keepassxc
vesktop
signal-desktop
upscayl
bottles
boxbuddy
waydroid
transmission_4-gtk
kdePackages.kdenlive
vscodium
networkmanagerapplet
ferdium
drawio
imv
cmus
obs-studio
gnome-calculator
gnome-disk-utility
gnome-clocks
gnome-calendar
2024-09-15 10:25:38 +02:00
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
];
}