From 6d16fc183f36dee379d586d44bf5cbaa7e30019d Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Thu, 12 Mar 2026 12:21:17 +0100 Subject: Added packages to mun.nix --- mun.nix | 81 +++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 41 insertions(+), 40 deletions(-) (limited to 'mun.nix') diff --git a/mun.nix b/mun.nix index bc4aa6a..6887b63 100755 --- a/mun.nix +++ b/mun.nix @@ -3,12 +3,9 @@ lib, pkgs, ... -}: - -{ +}: { imports = [ ./modules/home/default.nix - ]; home = { username = "mun"; @@ -24,6 +21,8 @@ discord spotify openrocket + kicad + # === Utilities === pay-respects zathura @@ -34,8 +33,9 @@ tree-sitter gcr perl + gnome-disk-utility + syncthing - # === CLI Tools === fastfetch bat @@ -47,6 +47,7 @@ dwarf-fortress dwarf-fortress-packages.themes.spacefox tetris + minefair # === Text/Document Tools === thunderbird @@ -56,45 +57,45 @@ krita aseprite audacity - + # === Network & Utilities === clipman 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 - ])) - - ]; + # === 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 = { EDITOR = "nvim"; @@ -129,7 +130,7 @@ oh-my-zsh = { enable = true; - plugins = [ "git" ]; + plugins = ["git"]; theme = "simple"; }; -- cgit v1.2.3