diff --git a/Droidnix/generated/hyprland/hyprland.nix b/Droidnix/generated/hyprland/hyprland.nix index e9fcd3bbc..d61c3862d 100644 --- a/Droidnix/generated/hyprland/hyprland.nix +++ b/Droidnix/generated/hyprland/hyprland.nix @@ -27,8 +27,9 @@ in # Hyprland-specific Home Manager configurations home-manager.users.${user.username} = { - inherit (userConfig) stateVersion homeDirectory; - home.username = user.username; + home.stateVersion = userConfig.stateVersion; + home.username = userConfig.username; + home.homeDirectory = userConfig.homeDirectory; xdg.configFile."hypr/hyprland.conf".text = hyprlandConf; }; }