OOKNET                             [ /  search the index  ]  
──────────────────────────────────────────────────────────────────────────────────────
══════════════════════════════════════════════════════════════════════════════════════
OOKNET   [ /  search  ]  
────────────────────────────────────────────────
════════════════════════════════════════════════
 
HASH      830edb8b492f
DATE      2025-04-17
SUBJECT   builder: user correct home-manager module for darwin/nixos
FILES     2 CHANGED
HASH      830edb8b492f
DATE      2025-04-17
SUBJECT   builder: user correct home-manager
          module for darwin/nixos
FILES     2 CHANGED
 

diff --git a/modules/nixos/base/default.nix b/modules/nixos/base/default.nix
index 26f4a79..929125f 100644
--- a/modules/nixos/base/default.nix
+++ b/modules/nixos/base/default.nix
@@ -6,6 +6,6 @@
     ./networking.nix
     ./security
     ./syncthing.nix
-    ./locale
+    ./locale.nix
   ];
 }

diff --git a/modules/nixos/base/default.nix 
b/modules/nixos/base/default.nix
index 26f4a79..929125f 100644
--- a/modules/nixos/base/default.nix
+++ b/modules/nixos/base/default.nix
@@ -6,6 +6,6 @@
     ./networking.nix
     ./security
     ./syncthing.nix
-    ./locale
+    ./locale.nix
   ];
 }
 

diff --git a/outputs/lib/builders.nix b/outputs/lib/builders.nix
index b42c824..384e6a4 100644
--- a/outputs/lib/builders.nix
+++ b/outputs/lib/builders.nix
@@ -9,12 +9,14 @@
   inherit (builtins) concatLists;
   inherit (self) hozen ook;
   inherit (inputs.secrets.nixosModules) secrets;
-  inherit (inputs.home-manager.nixosModules) home-manager;
 
   nixosModules = "${self}/modules/nixos";
   commonModules = "${self}/modules/common";
   hostModules = "${self}/hosts";
 
+  nixos-hm = inputs.home-manager.nixosModules.home-manager;
+  darwin-hm = inputs.home-manager.darwinModules.home-manager;
+
   nixos = {
     base = nixosModules + "/base";
     hardware = nixosModules + "/hardware";
@@ -40,7 +42,6 @@
     common.appearance
     common.console
     secrets
-    home-manager
   ];
 
   nixosCore =
@@ -48,12 +49,14 @@
     ++ [
       nixos.base
       nixos.hardware
+      nixos-hm
     ];
 
   darwinCore =
     core
     ++ [
       darwin
+      darwin-hm
 
       # TODO: this is jank please make better... actually this whole thing is jan
k
       (nixos.workstation + "/options.nix")

diff --git a/outputs/lib/builders.nix b/outp
uts/lib/builders.nix
index b42c824..384e6a4 100644
--- a/outputs/lib/builders.nix
+++ b/outputs/lib/builders.nix
@@ -9,12 +9,14 @@
   inherit (builtins) concatLists;
   inherit (self) hozen ook;
   inherit (inputs.secrets.nixosModules) sec
rets;
-  inherit (inputs.home-manager.nixosModules
) home-manager;
 
   nixosModules = "${self}/modules/nixos";
   commonModules = "${self}/modules/common";
   hostModules = "${self}/hosts";
 
+  nixos-hm = inputs.home-manager.nixosModul
es.home-manager;
+  darwin-hm = inputs.home-manager.darwinMod
ules.home-manager;
+
   nixos = {
     base = nixosModules + "/base";
     hardware = nixosModules + "/hardware";
@@ -40,7 +42,6 @@
     common.appearance
     common.console
     secrets
-    home-manager
   ];
 
   nixosCore =
@@ -48,12 +49,14 @@
     ++ [
       nixos.base
       nixos.hardware
+      nixos-hm
     ];
 
   darwinCore =
     core
     ++ [
       darwin
+      darwin-hm
 
       # TODO: this is jank please make bett
er... actually this whole thing is jank
       (nixos.workstation + "/options.nix")
 
[ BACK TO LOG ]
──────────────────────────────────────────────────────────────────────────────────────
OOKNET
────────────────────────────────────────────────
OOKNET