summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2017-11-07 23:10:41 +0100
committerGitHub <noreply@github.com>2017-11-07 23:10:41 +0100
commit792dc7a859b46641f7bf9cee0f7dd5525e88e720 (patch)
treea899d87fbb69e58e1b6d4c40e8f96a4f1b44ca16 /nixos
parent80ae60a34bbf9855b76c457e32eaba0f55a05acd (diff)
parenteca212741eb9dad7f2e5187c02077d40dd60bc05 (diff)
Merge pull request #31252 from shaunren/compton
compton: change extraOptions type to types.lines
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/compton.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/x11/compton.nix b/nixos/modules/services/x11/compton.nix
index 8701354b5285..11cbcac6fa85 100644
--- a/nixos/modules/services/x11/compton.nix
+++ b/nixos/modules/services/x11/compton.nix
@@ -221,7 +221,7 @@ in {
};
extraOptions = mkOption {
- type = types.str;
+ type = types.lines;
default = "";
example = ''
unredir-if-possible = true;