gnome3: Include gnome-shell-extensions in session path

This commit is contained in:
Jascha Geerds
2015-07-24 12:41:20 +02:00
parent 63b1499996
commit 3d9a4d79cf
2 changed files with 3 additions and 3 deletions
@@ -40,7 +40,7 @@ in {
example = literalExample "[ pkgs.gnome3.gpaste ]";
description = "Additional list of packages to be added to the session search path.
Useful for gnome shell extensions or gsettings-conditionated autostart.";
apply = list: list ++ [ gnome3.gnome_shell ];
apply = list: list ++ [ gnome3.gnome_shell gnome3.gnome-shell-extensions ];
};
environment.gnome3.packageSet = mkOption {