zaphyra's git: nixfiles

zaphyra's nixfiles

commit bf10e1aee7c95ac37f47a9b4790926e50f1abdb9
parent a347030441ce0c429c6e18c0e7eacfefc37f195e
Author: Katja Ramona Sophie Kwast (zaphyra) <git@zaphyra.eu>
Date: Sat, 26 Jul 2025 21:26:22 +0200

config/nixos/modules/users/zaphyra: add home-manager common module
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config/nixos/modules/users/zaphyra.nix b/config/nixos/modules/users/zaphyra.nix
@@ -47,6 +47,7 @@ in
       (lib.mkIf config.modules.homeManager.enable {
         home-manager.users.zaphyra.imports = lib.concatLists [
           [
+            homeManagerModules.common.home
             homeManagerModules.zaphyra.home
           ]