aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorNicolas Berbiche <nic.berbiche@gmail.com>2020-08-18 18:49:15 -0400
committerRobert Helgesson <robert@rycee.net>2020-09-04 16:45:42 +0200
commit182454fe6b2342011ac3ae7c93cf5fb0ccd17bd7 (patch)
tree58d3703d01ef836e03d4bec656195761b183bf4b /modules
parenta063b73d5cf2d741f5f873897974d1a4c3e36d3d (diff)
kanshi: fix exec configuration
Also add a test case for the exec option. PR #1446
Diffstat (limited to 'modules')
-rw-r--r--modules/services/kanshi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/services/kanshi.nix b/modules/services/kanshi.nix
index e54b83aa4c5..4e5e5f104e6 100644
--- a/modules/services/kanshi.nix
+++ b/modules/services/kanshi.nix
@@ -120,7 +120,7 @@ let
''
profile ${name} {
${concatStringsSep "\n " (map outputStr outputs)}
- '' + optionalString (exec != null) " ${exec}" + ''
+ '' + optionalString (exec != null) " exec ${exec}\n" + ''
}
'';
in {