From 692c64c10cb1f70cad92f9fdd4a88ba6b2209372 Mon Sep 17 00:00:00 2001 From: nanoknot Date: Thu, 19 Jun 2025 18:10:34 +0000 Subject: [PATCH] nixos/sddm: add example for option sddm.theme --- nixos/modules/services/display-managers/sddm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/display-managers/sddm.nix b/nixos/modules/services/display-managers/sddm.nix index 9f70867be423..a53c56ab174a 100644 --- a/nixos/modules/services/display-managers/sddm.nix +++ b/nixos/modules/services/display-managers/sddm.nix @@ -259,6 +259,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. '';