nixos/sddm: add example for option sddm.theme (#418223)

This commit is contained in:
Niklas Korz
2025-10-01 22:14:02 +00:00
committed by GitHub
@@ -257,6 +257,7 @@ in
theme = mkOption {
type = types.str;
default = "";
example = lib.literalExpression "\"\${pkgs.where-is-my-sddm-theme.override { variants = [ \"qt5\" ]; }}/share/sddm/themes/where_is_my_sddm_theme_qt5\"";
description = ''
Greeter theme to use.
'';