From f7fc1fb63682fb893af8ca33340607c67a078a04 Mon Sep 17 00:00:00 2001 From: UGA Innovation Factory Date: Fri, 5 Dec 2025 22:04:43 +0000 Subject: [PATCH] phosh scale --- sw-kiosk.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/sw-kiosk.nix b/sw-kiosk.nix index 6edddff..3ef555a 100644 --- a/sw-kiosk.nix +++ b/sw-kiosk.nix @@ -31,6 +31,11 @@ X-GNOME-Autostart-Phase=Applications ''; + environment.sessionVariables = { + GDK_SCALE = "2"; + GDK_DPI_SCALE = "0.5"; + }; + # Enable networking networking.networkmanager.enable = false; networking.wireless = {