summaryrefslogtreecommitdiffstats
path: root/nixos/modules/programs/xss-lock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/programs/xss-lock.nix')
-rw-r--r--nixos/modules/programs/xss-lock.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/xss-lock.nix b/nixos/modules/programs/xss-lock.nix
index 83ed71386407..ceb7259b3d77 100644
--- a/nixos/modules/programs/xss-lock.nix
+++ b/nixos/modules/programs/xss-lock.nix
@@ -11,7 +11,7 @@ in
lockerCommand = mkOption {
default = "${pkgs.i3lock}/bin/i3lock";
- example = literalExample ''''${pkgs.i3lock-fancy}/bin/i3lock-fancy'';
+ example = literalExample "\${pkgs.i3lock-fancy}/bin/i3lock-fancy";
type = types.separatedString " ";
description = "Locker to be used with xsslock";
};