From 39776b04bf0b9b84d5ab4e6e83216adfa1413398 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Mon, 8 Dec 2025 20:20:57 +0000 Subject: [PATCH] force osk with user service --- sw-kiosk.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index d06bd8f..f6b42d7 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -82,6 +82,7 @@ serviceConfig = { ExecStart = '' + /run/current-system/sw/bin/sleep 5 && \ /run/current-system/sw/bin/dconf reset /org/gnome/desktop/a11y/applications/screen-keyboard-enabled ''; };