diff --git a/flake.nix b/flake.nix index 7f0b865e..1a51a4ba 100644 --- a/flake.nix +++ b/flake.nix @@ -104,16 +104,16 @@ nixpkgs.overlays = [ nur.overlay ]; - }; - - # Import hyprland configs for home manager - homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration { - modules = [ - hyprland.homeManagerModules.default - ]; - }; + } # home-manager ]; # modules }; # lib.nixosSystem - ${hostname} }; # nixosConfiguration + + # Import hyprland configs for home manager + homeConfigurations."albert@${hnostname}" = home-manager.lib.homeManagerConfiguration { + modules = [ + hyprland.homeManagerModules.default + ]; + }; }; }