zaphyra's git: nixfiles

zaphyra and void's nixfiles

commit 3d45a8f3e1c0970bd558ee2a1b2165991ec9449d
parent 9d434add1a1172b9f9d5e6fe97562cc41eb57df1
Author: Hannah Izzie Gesser <hannah@totient.eu>
Date: Mon, 9 Jun 2025 21:31:42 +0200

hm: update entrypoint
3 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/home/zaphyra/common.nix b/config/home/zaphyra/home.nix
diff --git a/config/nixos/modules/users/zaphyra.nix b/config/nixos/modules/users/zaphyra.nix
@@ -50,7 +50,7 @@ in
 
     home-manager.users.zaphyra.imports = lib.concatLists [
       [
-        homeManagerModules.zaphyra.common
+        homeManagerModules.zaphyra.home
       ]
 
       (lib.optionals config.modules.filesystem.impermanence.home.enable [
diff --git a/flake.nix b/flake.nix
@@ -142,7 +142,7 @@
               };
 
               modules = [
-                inputs.self.homeManagerModules."${name}".common
+                inputs.self.homeManagerModules."${name}".home
               ];
 
               extraSpecialArgs = {