From 15d6a39f1b6199a6dfcc5379677ea94d80e9e111 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Mon, 8 Dec 2025 23:55:43 +0000 Subject: [PATCH] start phosh as docked --- sw-kiosk.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index 01c5a17..21f7eb3 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -89,7 +89,6 @@ environment.sessionVariables = { GDK_SCALE = "1.25"; GDK_DPI_SCALE = "0.5"; - PHOSH_DOCKED = "0"; # Make GLib / gsettings actually see schemas XDG_DATA_DIRS = [ "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}" ]; @@ -97,6 +96,10 @@ "/run/current-system/sw/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}/glib-2.0/schemas"; }; + environment.etc."machine-info".text = '' + CHASSIS=handset + ''; + systemd.user.services."force-osk" = { description = "Force the OSK to Enable"; wantedBy = [ "chromium-kiosk.service" ];