From 7e2b63cf2fab30c63c0f8dd0a11d895c532543c9 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 02:53:58 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 02:53:58 --- options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/options.nix b/options.nix index 715a5b3..16a8722 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.desktop"; - example = "hyprland.desktop"; + default = "hyprland-uwsm.desktop"; + example = "hyprland-uwsm.desktop"; description = "Name of the autologin session desktop file"; }; };