diff --git a/flake.nix b/flake.nix
index 53f0a4d1..31a8fe7c 100644
--- a/flake.nix
+++ b/flake.nix
@@ -93,7 +93,7 @@
             home-manager.useUserPackages = true;
             home-manager.users.albert.imports = [ 
               ({ config, ... }: import ./users/albert/home.nix  {
-                inherit config pkgs hostname hyprland;
+                inherit config pkgs hostname;
               })
             ];
             home-manager.users.root.imports = [ 
@@ -105,6 +105,13 @@
               nur.overlay
             ];
           }
+
+          # Import hyprland configs for home manager
+          homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration {
+            modules = [ 
+              hyprland.homeManagerModules.default
+            ];
+          };
         ]; # modules
       }; # lib.nixosSystem - ${hostname}
     }; # nixosConfiguration