Replace references to pkgs.gnome3 by pkgs.gnome
This commit is contained in:
parent
c7e79b5337
commit
d3cdabb5c9
7 changed files with 7 additions and 7 deletions
|
|
@ -33,7 +33,7 @@ let
|
|||
package = mkOption {
|
||||
type = types.nullOr types.package;
|
||||
default = null;
|
||||
example = literalExample "pkgs.gnome3.gnome_themes_standard";
|
||||
example = literalExample "pkgs.gnome.gnome_themes_standard";
|
||||
description = ''
|
||||
Package providing the theme. This package will be installed
|
||||
to your profile. If <literal>null</literal> then the theme
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue