From 088b679085456aa35fbef5a58af92c85718a2fe7 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Mon, 8 Dec 2025 20:27:16 +0000 Subject: [PATCH] force osk with user service --- sw-kiosk.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index f6b42d7..7ac5e0d 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -82,9 +82,12 @@ serviceConfig = { ExecStart = '' - /run/current-system/sw/bin/sleep 5 && \ - /run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled + /bin/bash -c ' \ + /run/current-system/sw/bin/sleep 5 \ + /run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled + ' ''; + Type = "exec"; }; };