services.desktopManager.gnome.sessionPath

NixOS option

Additional list of packages to be added to the session search path. Useful for GNOME Shell extensions or GSettings-conditional autostart. Note that this should be a last resort; patching the package is preferred (see GPaste).

type: list of package
Default
[ ]
Example
[ pkgs.gpaste ]
declared in: nixos/modules/services/desktop-managers/gnome.nixView source on NixOS/nixpkgs →