nix/modules/apps/packages/default.nix
2024-09-10 15:25:30 +02:00

77 lines
992 B
Nix

{pkgs, ...}: {
environment.systemPackages = with pkgs; [
#hackerman
fastfetch
cmatrix
cava
nitch
gotop
sl
cbonsai
pipes
#image/video/music/recording
imv
mpv
cmus
obs-studio
pulseaudioFull
#gui stuff
uget
keepassxc
vesktop
signal-desktop
upscayl
nemo
bottles
boxbuddy
waydroid
transmission_4-gtk
#gnome
gnome-calculator
gnome-disk-utility
gnome-clocks
gnome-calendar
#mutt
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch
abook
mpop
urlscan
vim
#office
sent
texliveFull
ferdium
drawio
#random shit
htop
alejandra
bat
screen
tree
zip
unzip
scrcpy
appimage-run
yt-dlp
distrobox
lm_sensors
brightnessctl
networkmanagerapplet
ncdu
git
lazygit
ffmpeg
libnotify
font-awesome
imagemagick
vscodium
];
}