summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorShaun Ren <shaun.ren@linux.com>2017-10-27 19:29:18 +0900
committerShaun Ren <shaun.ren@linux.com>2017-11-05 20:23:44 +0900
commiteca212741eb9dad7f2e5187c02077d40dd60bc05 (patch)
tree6cb4d36d2500a9d022c352e1abef3364bd10fb47 /nixos
parent84ad480e0c2b7d65b66cb9551f8985f159d3fe38 (diff)
downloadnixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.tar
nixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.tar.gz
nixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.tar.bz2
nixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.tar.lz
nixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.tar.xz
nixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.tar.zst
nixpkgs-eca212741eb9dad7f2e5187c02077d40dd60bc05.zip
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 8701354b528..11cbcac6fa8 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;