diff --git a/options.nix b/options.nix index 16a8722..715a5b3 100644 --- a/options.nix +++ b/options.nix @@ -21,8 +21,8 @@ enable = lib.mkEnableOption "SDDM AutoLogin"; session = lib.mkOption { type = lib.types.str; - default = "hyprland-uwsm.desktop"; - example = "hyprland-uwsm.desktop"; + default = "hyprland.desktop"; + example = "hyprland.desktop"; description = "Name of the autologin session desktop file"; }; };