aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nixos')
-rw-r--r--modules/nixos/base/packages.nix39
1 files changed, 2 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];