start phosh as docked

This commit is contained in:
UGA Innovation Factory
2025-12-08 23:55:43 +00:00
parent 7fee95a445
commit 15d6a39f1b

View File

@@ -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" ];