diff --git a/modules/misc/gtk.nix b/modules/misc/gtk.nix index e1ae250fd..65ed1de2f 100644 --- a/modules/misc/gtk.nix +++ b/modules/misc/gtk.nix @@ -53,7 +53,7 @@ let package = mkOption { type = types.nullOr types.package; default = null; - example = literalExpression "pkgs.gnome.adwaita-icon-theme"; + example = literalExpression "pkgs.adwaita-icon-theme"; description = '' Package providing the icon theme. This package will be installed to your profile. If `null` then the theme diff --git a/modules/services/dunst.nix b/modules/services/dunst.nix index 5bd82a399..6b2727b3f 100644 --- a/modules/services/dunst.nix +++ b/modules/services/dunst.nix @@ -25,7 +25,7 @@ let options = { package = mkOption { type = types.package; - example = literalExpression "pkgs.gnome.adwaita-icon-theme"; + example = literalExpression "pkgs.adwaita-icon-theme"; description = "Package providing the theme."; };