nix/modules/packages/default.nix
2024-08-23 20:00:21 +02:00

71 lines
935 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
element-desktop
keepassxc
vesktop
signal-desktop
upscayl
nemo
firefox
bottles
boxbuddy
waydroid
transmission_4-gtk
teams-for-linux
#gnome
gnome-calculator
gnome-disk-utility
gnome.gnome-clocks
#random shit
htop
alejandra
bat
screen
tree
zip
unzip
scrcpy
appimage-run
yt-dlp
distrobox
font-awesome
lm_sensors
brightnessctl
networkmanagerapplet
ncdu
git
#mutt
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch
abook
mpop
urlscan
#office
sent
texliveTeTeX
];
}