nixos/cinnamon: add sessionPath type

This commit is contained in:
Fritz Otlinghaus 2021-01-31 12:36:30 +01:00
parent 4015c5ca9c
commit b9f972a5d8
No known key found for this signature in database
GPG key ID: 1E5F98946FB1444E

View file

@ -25,6 +25,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.