forked from mirrors/nixpkgs
nixos/pantheon: add sessionPath type
This commit is contained in:
parent
4015c5ca9c
commit
ccd2965c70
|
@ -42,6 +42,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