summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:20:49 +0100
committerGitHub <noreply@github.com>2021-01-31 15:20:49 +0100
commita6551d1aac3740d2923839d34032fcadf5dbf750 (patch)
tree41aadfb658e123f7196b29fa7be15db16efc6de4 /nixos
parent26249e63122a404de403dda60eac75eeba87425c (diff)
parentccd2965c70a0a1ce5511b439fccf90af1a7b56d6 (diff)
downloadnixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.tar
nixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.tar.gz
nixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.tar.bz2
nixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.tar.lz
nixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.tar.xz
nixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.tar.zst
nixpkgs-a6551d1aac3740d2923839d34032fcadf5dbf750.zip
Merge pull request #111446 from helsinki-systems/pantheon
nixos/pantheon: add sessionPath type
Diffstat (limited to 'nixos')
-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 cf02a71248b..195da75e744 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.