nix/modules/packages/default.nix

69 lines
739 B
Nix
Raw Normal View History

2024-07-08 14:52:27 +02:00
{ pkgs, ... }:
2024-06-05 20:52:52 +02:00
{
2024-07-01 16:57:23 +02:00
2024-06-05 20:52:52 +02:00
environment.systemPackages = with pkgs; [
#Games
prismlauncher
mangohud
2024-07-05 19:26:11 +02:00
lutris
2024-06-05 20:52:52 +02:00
#hackerman
fastfetch
cmatrix
cava
nitch
htop
gotop
2024-07-04 22:23:36 +02:00
#mutt
2024-07-15 20:38:08 +02:00
mutt-wizard
neomutt
curl
isync
msmtp
pass
lynx
notmuch
abook
2024-06-05 20:52:52 +02:00
#chromium
brave
freetube
#image/video/music/recording
imv
mpv
2024-06-25 16:42:05 +02:00
cmus
2024-07-01 07:50:23 +02:00
obs-studio
2024-06-05 20:52:52 +02:00
#gui stuff
ark
2024-07-04 15:22:30 +02:00
vesktop
2024-06-05 20:52:52 +02:00
keepassxc
signal-desktop
upscayl
cinnamon.nemo
2024-06-13 19:31:48 +02:00
firefox
2024-06-05 20:52:52 +02:00
bottles
2024-07-05 17:38:02 +02:00
boxbuddy
2024-07-15 20:30:05 +02:00
#gnome
2024-06-05 20:52:52 +02:00
gnome.gnome-clocks
2024-07-02 12:38:34 +02:00
gnome-calculator
gnome-disk-utility
2024-07-15 20:30:05 +02:00
gnome-secrets
2024-07-05 20:36:20 +02:00
#random shit
2024-07-12 00:09:53 +02:00
brightnessctl
2024-07-04 08:07:16 +02:00
gnat14
libgccjit
2024-07-05 20:36:20 +02:00
zulu17
2024-06-24 16:21:10 +02:00
screen
2024-07-05 20:36:20 +02:00
tree
2024-06-05 20:52:52 +02:00
zip
rar
unzip
unrar
scrcpy
appimage-run
yt-dlp
distrobox
2024-07-05 02:03:10 +02:00
vim
2024-07-08 20:53:46 +02:00
font-awesome
2024-06-05 20:52:52 +02:00
];
}