nixos/sddm: add example for option sddm.theme (#418223)
This commit is contained in:
@@ -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.
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user