Merge pull request #111444 from helsinki-systems/cinnamon
nixos/cinnamon: add sessionPath type
This commit is contained in:
commit
6e2b7d0d77
@ -25,6 +25,7 @@ in
|
|||||||
|
|
||||||
sessionPath = mkOption {
|
sessionPath = mkOption {
|
||||||
default = [];
|
default = [];
|
||||||
|
type = types.listOf types.package;
|
||||||
example = literalExample "[ pkgs.gnome3.gpaste ]";
|
example = literalExample "[ pkgs.gnome3.gpaste ]";
|
||||||
description = ''
|
description = ''
|
||||||
Additional list of packages to be added to the session search path.
|
Additional list of packages to be added to the session search path.
|
||||||
|
Loading…
Reference in New Issue
Block a user