nix/modules/packages/default.nix
2024-08-03 00:19:54 +02:00

68 lines
713 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
#Games
prismlauncher
mangohud
lutris
#hackerman
fastfetch
cmatrix
cava
nitch
gotop
sl
cbonsai
pipes
#mutt
mutt-wizard
neomutt
curl
isync
msmtp
pass
lynx
notmuch
abook
#image/video/music/recording
imv
mpv
cmus
obs-studio
#gui stuff
keepassxc
vesktop
signal-desktop
upscayl
nemo
firefox
bottles
boxbuddy
#gnome
gnome.gnome-clocks
gnome-calculator
gnome-disk-utility
#random shit
htop
bat
zulu17
screen
tree
zip
rar
unzip
unrar
scrcpy
appimage-run
yt-dlp
distrobox
font-awesome
#laptop
alsa-utils
brightnessctl
lm_sensors
];
}