summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-01-31 15:20:17 +0100
committerGitHub <noreply@github.com>2021-01-31 15:20:17 +0100
commit6e2b7d0d77ccb69c90d1916ee311cec5fb338db2 (patch)
tree67a92fd0c057bb3e9d673444c0bab5f7a45ab829 /nixos
parent428f2084cf8e87b4a82087db5845f727bdbf3a44 (diff)
parentb9f972a5d877c6a9d51dc6ce1fc884d9149627d2 (diff)
Merge pull request #111444 from helsinki-systems/cinnamon
nixos/cinnamon: add sessionPath type
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/cinnamon.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/cinnamon.nix b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
index a404143a03d4..14dcf009a7d1 100644
--- a/nixos/modules/services/x11/desktop-managers/cinnamon.nix
+++ b/nixos/modules/services/x11/desktop-managers/cinnamon.nix
@@ -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.