Merge pull request #111445 from helsinki-systems/gnome3
nixos/gnome3: add sessionPath type
This commit is contained in:
commit
26249e6312
1 changed files with 1 additions and 0 deletions
|
@ -118,6 +118,7 @@ in
|
|||
|
||||
sessionPath = mkOption {
|
||||
default = [];
|
||||
type = types.listOf types.package;
|
||||
example = literalExample "[ pkgs.gnome3.gpaste ]";
|
||||
description = ''
|
||||
Additional list of packages to be added to the session search path.
|
||||
|
|
Loading…
Reference in a new issue