diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-03-04 15:50:43 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-03-04 15:50:43 +0100 |
| commit | 3652c1a9573168443d6455e47d57a00f295290ec (patch) | |
| tree | 570b6e03005d4a6ce85463e1877b892514e7a0f3 /mun.nix | |
| parent | 4c8f0a760552c748e3a0c1565016a92a821f9eee (diff) | |
Moved some packages from base to mun.nix as they're home packages not system packages
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 = { |
