From 57c360c823bd05f96f4d9c1ae3e98cc8943746e4 Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Thu, 21 Apr 2022 10:31:25 +1200 Subject: [PATCH 1/2] gtk: Update example string for gtk.theme.package 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. --- modules/misc/gtk.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/gtk.nix b/modules/misc/gtk.nix index 6687a33be517..e8afa2f45323 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 From 189f9fc15b4a3a2d5bd0c9873a42006ccdd91afe Mon Sep 17 00:00:00 2001 From: Aidan Gauland Date: Thu, 21 Apr 2022 10:44:06 +1200 Subject: [PATCH 2/2] gtk: Update example string for gtk.icon.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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/gtk.nix b/modules/misc/gtk.nix index e8afa2f45323..dfebf201f194 100644 --- a/modules/misc/gtk.nix +++ b/modules/misc/gtk.nix @@ -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