aboutsummaryrefslogtreecommitdiff
path: root/modules/services/kanshi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/services/kanshi.nix')
-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 {