Auto-commit: 2026-01-06 01:49:12

This commit is contained in:
2026-01-06 01:49:12 +00:00
parent 30f85b0c8e
commit 73c0da3c7f

View File

@@ -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";
};
};