Merge pull request #111446 from helsinki-systems/pantheon

nixos/pantheon: add sessionPath type
This commit is contained in:
Sandro 2021-01-31 15:20:49 +01:00 committed by GitHub
commit a6551d1aac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.