Merge pull request #111444 from helsinki-systems/cinnamon

nixos/cinnamon: add sessionPath type
This commit is contained in:
Sandro
2021-01-31 15:20:17 +01:00
committed by GitHub

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.