summaryrefslogtreecommitdiff
path: root/mun.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-04 15:50:43 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-04 15:50:43 +0100
commit3652c1a9573168443d6455e47d57a00f295290ec (patch)
tree570b6e03005d4a6ce85463e1877b892514e7a0f3 /mun.nix
parent4c8f0a760552c748e3a0c1565016a92a821f9eee (diff)
Moved some packages from base to mun.nix as they're home packages not system packages
Diffstat (limited to 'mun.nix')
-rwxr-xr-xmun.nix35
1 files changed, 35 insertions, 0 deletions
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 = {