mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #111446 from helsinki-systems/pantheon
nixos/pantheon: add sessionPath type
This commit is contained in:
commit
a6551d1aac
1 changed files with 1 additions and 0 deletions
|
@ -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