From d05ceec560db1abf5b452fe9b0fc117beeff6c10 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Tue, 9 Dec 2025 15:17:48 +0000 Subject: [PATCH] force gsettings input-sources --- sw-kiosk.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index 0e44117..d5d4f48 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -140,6 +140,10 @@ ExecStart = '' /run/current-system/sw/bin/dconf reset /org/gnome/desktop/input-sources/sources ''; + ExecStartPost = '' + /run/current-system/sw/bin/dconf reset /org/gnome/desktop/mru-sources/sources + ''; + Type = "simple"; }; };