From 3652c1a9573168443d6455e47d57a00f295290ec Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 4 Mar 2026 15:50:43 +0100 Subject: Moved some packages from base to mun.nix as they're home packages not system packages --- mun.nix | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'mun.nix') diff --git a/mun.nix b/mun.nix index 8622601..b407a00 100755 --- a/mun.nix +++ b/mun.nix @@ -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 = { -- cgit v1.2.3