nix/modules/apps/packages/default.nix

76 lines
979 B
Nix
Raw Normal View History

2024-08-31 16:04:57 +02:00
{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
2024-09-01 22:09:39 +02:00
gnome-calendar
2024-09-08 12:02:59 +02:00
#mutt
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch
abook
mpop
urlscan
vim
#office
sent
texliveFull
ferdium
drawio
2024-08-31 16:04:57 +02:00
#random shit
htop
alejandra
bat
screen
tree
zip
unzip
scrcpy
appimage-run
yt-dlp
distrobox
lm_sensors
brightnessctl
networkmanagerapplet
ncdu
git
2024-09-08 12:02:59 +02:00
lazygit
2024-08-31 16:04:57 +02:00
ffmpeg
libnotify
2024-08-31 20:03:22 +02:00
font-awesome
2024-09-07 11:45:28 +02:00
imagemagick
2024-08-31 16:04:57 +02:00
];
}