From 882bd8118bdbff3a6e53e5ced393932b351ce2f6 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Sat, 7 May 2022 13:27:31 +1200 Subject: [PATCH] gtk: Update example strings for gtk.theme.package (#2904) - Change the example value of `gtk.theme.package` from `pkgs.gnome.gnome_themes_standard` was an alias that was removed on 2022-01-13, `pkgs.gnome-themes-extra`, which references the actual package. - Change the example value of `gtk.icon.package` from `pkgs.adwaita-icon-theme` to `pkgs.gnome.adwaita-icon-theme`, as this package is in the `gnome` package set. --- modules/misc/gtk.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/misc/gtk.nix b/modules/misc/gtk.nix index 6687a33be..dfebf201f 100644 --- a/modules/misc/gtk.nix +++ b/modules/misc/gtk.nix @@ -30,7 +30,7 @@ let package = mkOption { type = types.nullOr types.package; default = null; - example = literalExpression "pkgs.gnome.gnome_themes_standard"; + example = literalExpression "pkgs.gnome.gnome-themes-extra"; description = '' Package providing the theme. This package will be installed to your profile. If null then the theme @@ -51,7 +51,7 @@ let package = mkOption { type = types.nullOr types.package; default = null; - example = literalExpression "pkgs.adwaita-icon-theme"; + example = literalExpression "pkgs.gnome.adwaita-icon-theme"; description = '' Package providing the icon theme. This package will be installed to your profile. If null then the theme