nix/modules/packages/default.nix

72 lines
937 B
Nix
Raw Normal View History

2024-08-21 09:02:49 +02:00
{pkgs, ...}: {
2024-06-05 20:52:52 +02:00
environment.systemPackages = with pkgs; [
2024-08-21 09:02:49 +02:00
#hackerman
fastfetch
cmatrix
cava
nitch
gotop
sl
cbonsai
pipes
#image/video/music/recording
imv
mpv
cmus
obs-studio
pulseaudioFull
#gui stuff
uget
2024-08-23 18:00:11 +02:00
element-desktop
2024-08-21 09:02:49 +02:00
keepassxc
vesktop
signal-desktop
upscayl
nemo
bottles
boxbuddy
waydroid
transmission_4-gtk
#gnome
gnome-calculator
gnome-disk-utility
2024-08-27 13:39:27 +02:00
gnome-clocks
2024-08-21 09:02:49 +02:00
#random shit
htop
2024-08-23 19:40:17 +02:00
alejandra
2024-08-21 09:02:49 +02:00
bat
screen
tree
zip
unzip
scrcpy
appimage-run
yt-dlp
distrobox
font-awesome
lm_sensors
brightnessctl
networkmanagerapplet
ncdu
git
2024-08-25 16:48:27 +02:00
ffmpeg
2024-08-22 14:14:25 +02:00
#mutt
mutt-wizard
neomutt
msmtp
curl
isync
pass
lynx
notmuch
abook
mpop
urlscan
2024-08-25 16:48:27 +02:00
vim
2024-08-21 15:21:27 +02:00
#office
sent
2024-08-23 22:39:59 +02:00
texliveFull
2024-08-29 18:11:45 +02:00
# teams-for-linux
2024-08-21 09:02:49 +02:00
];
2024-06-05 20:52:52 +02:00
}