diff options
| -rw-r--r-- | modules/nixos/base/packages.nix | 39 | ||||
| -rwxr-xr-x | mun.nix | 35 |
2 files changed, 37 insertions, 37 deletions
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]; @@ -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 = { |
