From 6747d84812f23e55743bfd54ff3bc7a401f5e027 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Sun, 1 Sep 2024 19:42:03 +0200 Subject: [PATCH] nixos/services.kanata: fix utils --- nixos/modules/services/hardware/kanata.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/services/hardware/kanata.nix b/nixos/modules/services/hardware/kanata.nix index 67bcac6fe4432..7557b1ae55f90 100644 --- a/nixos/modules/services/hardware/kanata.nix +++ b/nixos/modules/services/hardware/kanata.nix @@ -115,7 +115,7 @@ let --cfg ${keyboard.configFile} \ --symlink-path ''${RUNTIME_DIRECTORY}/${name} \ ${lib.optionalString (keyboard.port != null) "--port ${toString keyboard.port}"} \ - ${utils.lib.escapeSystemdExecArgs keyboard.extraArgs} + ${utils.escapeSystemdExecArgs keyboard.extraArgs} ''; DynamicUser = true;