nix/modules/packages/default.nix
2024-07-08 14:52:27 +02:00

61 lines
664 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
#Games
prismlauncher
mangohud
lutris
#hackerman
fastfetch
cmatrix
cava
nitch
htop
gotop
#mutt
isync
mutt-wizard
neomutt
pass
#chromium
brave
freetube
#image/video/music/recording
imv
mpv
cmus
obs-studio
#gui stuff
ark
vesktop
keepassxc
signal-desktop
transmission_3-gtk
upscayl
cinnamon.nemo
firefox
bottles
boxbuddy
gnome.gnome-clocks
gnome-calculator
gnome-disk-utility
#random shit
gnat14
libgccjit
zulu17
screen
tree
zip
rar
unzip
unrar
scrcpy
appimage-run
yt-dlp
distrobox
vim
];
}