diff options
Diffstat (limited to 'mun.nix')
| -rwxr-xr-x | mun.nix | 35 |
1 files changed, 35 insertions, 0 deletions
@@ -33,7 +33,9 @@ lazygit tree-sitter gcr + perl + # === CLI Tools === fastfetch bat @@ -61,6 +63,39 @@ xclip qbittorrent + # === Gaming & Emulation === + godotPackages_4_5.godot + prismlauncher + vlc + + # === Creative & Editors === + obsidian + vscodium + peazip + + # === Wine/Compatibility === + wine + bottles + lutris + + # === Miscellaneous === + xfce.thunar + + # === TeX Live === + (texlive.combine { + inherit (texlive) scheme-full; + notestex = texlivePackages.notestex; + }) + + # === RetroArch with Cores === + (retroarch.withCores (cores: with cores; [ + fceumm + mgba + gambatte + sameboy + ])) + ]; + ]; sessionVariables = { |
