summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:39:07 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:39:07 +0100
commitccd2965c70a0a1ce5511b439fccf90af1a7b56d6 (patch)
treecf682676dbb43029123f04d2073ca8a7ce9a2d2c
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
nixos/pantheon: add sessionPath type
-rw-r--r--nixos/modules/services/x11/desktop-managers/pantheon.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix
index cf02a71248b1..195da75e7443 100644
--- a/nixos/modules/services/x11/desktop-managers/pantheon.nix
+++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix
@@ -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.