···40 example = literalExample "[ pkgs.gnome3.gpaste ]";
41 description = "Additional list of packages to be added to the session search path.
42 Useful for gnome shell extensions or gsettings-conditionated autostart.";
43- apply = list: list ++ [ gnome3.gnome_shell ];
44 };
4546 environment.gnome3.packageSet = mkOption {
···40 example = literalExample "[ pkgs.gnome3.gpaste ]";
41 description = "Additional list of packages to be added to the session search path.
42 Useful for gnome shell extensions or gsettings-conditionated autostart.";
43+ apply = list: list ++ [ gnome3.gnome_shell gnome3.gnome-shell-extensions ];
44 };
4546 environment.gnome3.packageSet = mkOption {