nix/modules/packages/default.nix
2024-07-04 15:22:30 +02:00

57 lines
644 B
Nix

{ config, pkgs, ... }:
{
environment.systemPackages = with pkgs; [
#Games
prismlauncher
mangohud
#hackerman
fastfetch
freshfetch
cmatrix
cava
nitch
htop
gotop
#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
thunderbird
gnome.gnome-clocks
gnome-calculator
gnome-disk-utility
#random utils
gnat14
zulu17
libgccjit
tree
screen
git
zip
rar
unzip
unrar
scrcpy
appimage-run
yt-dlp
boxbuddy
distrobox
];
}