summary refs log tree commit diff
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 070463311db..a7ad9b89db4 100644
--- a/nixos/modules/programs/xss-lock.nix
+++ b/nixos/modules/programs/xss-lock.nix
@@ -12,7 +12,7 @@ in
     lockerCommand = mkOption {
       default = "${pkgs.i3lock}/bin/i3lock";
       example = literalExample ''''${pkgs.i3lock-fancy}/bin/i3lock-fancy'';
-      type = types.string;
+      type = types.separatedString " ";
       description = "Locker to be used with xsslock";
     };