diff --git a/users/albert/home.nix b/users/albert/home.nix index b80d499c..7c5bdeb1 100644 --- a/users/albert/home.nix +++ b/users/albert/home.nix @@ -8,9 +8,8 @@ ../../home-manager/bash.nix ../../home-manager/firefox.nix ]; - homeConfigurations."albert@${hostname}" = home-manager.lib.homeManagerConfiguration { - modules = [ - hyprland.homeManagerModules.default - ]; - }; + + modules = [ + hyprland.homeManagerModules.default + ]; } \ No newline at end of file