diff --git a/home/home.nix b/home/home.nix index fefc273..2c45f9c 100644 --- a/home/home.nix +++ b/home/home.nix @@ -132,7 +132,7 @@ WantedBy = [ "default.target" ]; }; Service = { - ExecStartPre = "/sbin/modprobe uinput"; + ExecStartPre = "/run/current-system/sw/bin/modprobe uinput"; ExecStart = "/home/emenel/.nix-profile/bin/kanata --cfg /home/emenel/.config/kanata/main.kbd"; }; };