From 73c0da3c7f428db93d817d92889c57246f82f607 Mon Sep 17 00:00:00 2001 From: Lilly Date: Tue, 6 Jan 2026 01:49:12 +0000 Subject: [PATCH] Auto-commit: 2026-01-06 01:49:12 --- options.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"; }; };