aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/nixos/base/packages.nix39
-rwxr-xr-xmun.nix35
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];
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 = {