From 53b331c72dd819bbdd55ea9621e5fd32a4fb9b1c Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Fri, 27 Sep 2024 10:37:09 -0400 Subject: [PATCH] configuring --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; }; };