Unverified Commit 5bdedde6 authored by Niklas Korz's avatar Niklas Korz Committed by GitHub
Browse files

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

parents f4514691 692c64c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.
        '';