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