nix/modules/packages/default.nix

56 lines
756 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
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
bat
screen
tree
zip
unzip
scrcpy
appimage-run
yt-dlp
distrobox
font-awesome
lm_sensors
brightnessctl
networkmanagerapplet
ncdu
git
2024-08-21 15:21:27 +02:00
#office
sent
2024-08-21 09:02:49 +02:00
];
2024-06-05 20:52:52 +02:00
}