nix/modules/apps/norm/misc/default.nix
2024-10-08 14:47:39 +02:00

58 lines
783 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
keepassxc
vesktop
signal-desktop
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
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
adwaita-icon-theme
];
}