OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
HASH      906925d6fcad
DATE      2026-03-29
SUBJECT   wow: add curseforge pkg
FILES     1 CHANGED
HASH      906925d6fcad
DATE      2026-03-29
SUBJECT   wow: add curseforge pkg
FILES     1 CHANGED
 

diff --git a/modules/home/nixos/gaming/wow.nix b/modules/home/nixos/gaming/wow.nix
index 6e0af4f..3599523 100644
--- a/modules/home/nixos/gaming/wow.nix
+++ b/modules/home/nixos/gaming/wow.nix
@@ -5,9 +5,16 @@
   ...
 }: let
   inherit (lib) mkIf elem;
+  inherit (builtins) attrValues;
   inherit (osConfig.ooknet.workstation) profiles;
 in {
   config = mkIf (elem "gaming" profiles) {
-    home.packages = [self'.packages.wowup];
+    home.packages = attrValues {
+      inherit
+        (self'.packages)
+        wowup
+        curseforge
+        ;
+    };
   };
 }

diff --git a/modules/home/nixos/gaming/wow.n
ix b/modules/home/nixos/gaming/wow.nix
index 6e0af4f..3599523 100644
--- a/modules/home/nixos/gaming/wow.nix
+++ b/modules/home/nixos/gaming/wow.nix
@@ -5,9 +5,16 @@
   ...
 }: let
   inherit (lib) mkIf elem;
+  inherit (builtins) attrValues;
   inherit (osConfig.ooknet.workstation) pro
files;
 in {
   config = mkIf (elem "gaming" profiles) {
-    home.packages = [self'.packages.wowup];
+    home.packages = attrValues {
+      inherit
+        (self'.packages)
+        wowup
+        curseforge
+        ;
+    };
   };
 }
 
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET