summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:37:53 +0100
committerFritz Otlinghaus <fritz@otlinghaus.it>2021-01-31 12:40:13 +0100
commit1307b605d7bc7fe3805c7c9e0aaabdce0c108bff (patch)
tree846dcf4362ee5eb8b98f2c2f6cc8d8b55b9f2630
parent4015c5ca9c6ec7d4aa765c97b4413b478daa278b (diff)
nixos/gnome3: add sessionPath type
-rw-r--r--nixos/modules/services/x11/desktop-managers/gnome3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix
index a36a47d376b6..671301246a8c 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome3.nix
+++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix
@@ -118,6 +118,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.