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 --- modules/nixos/base/packages.nix | 39 ++------------------------------------- 1 file changed, 2 insertions(+), 37 deletions(-) (limited to 'modules') diff --git a/modules/nixos/base/packages.nix b/modules/nixos/base/packages.nix index 7070913..72e7708 100644 --- a/modules/nixos/base/packages.nix +++ b/modules/nixos/base/packages.nix @@ -20,7 +20,6 @@ fd unzip bzip2 - perl # === System Monitoring === btop @@ -30,7 +29,6 @@ alsa-utils helvum playerctl - zscroll pipewire # === Bluetooth & Wireless === @@ -50,6 +48,7 @@ # === Development Languages & Compilers === clang + libgcc lua-language-server stylua nil @@ -65,41 +64,7 @@ # === System Packages === ly - # === Gaming & Emulation === - godotPackages_4_5.godot - prismlauncher - vlc - - # === Creative & Editors === - obsidian - vscodium - peazip - - # === Wine/Compatibility === - wine - bottles - comic-mono - libgcc - 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 - ])) - ]; - + fonts = { enableDefaultPackages = true; packages = with pkgs; [ fira-code noto-fonts noto-fonts-color-emoji blackout beon]; -- cgit v1.2.3