diff --git a/machines/WinMax2/configuration.nix b/machines/WinMax2/configuration.nix index 7190515..2657f7d 100755 --- a/machines/WinMax2/configuration.nix +++ b/machines/WinMax2/configuration.nix @@ -54,7 +54,12 @@ ACTION=="add", SUBSYSTEM=="i2c", ATTR{name}=="PNP0C50:00", ATTR{power/wakeup}="d # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # Enable the X11 windowing system. - services.xserver.enable = true; + services.xserver = { + enable = true; + displayManager.sddm.settings = { + General.GreeterEnvironment="QT_SCREEN_SCALE_FACTORS=1.75"; + }; + }; jovian = { # Steam Deck UI settings diff --git a/roles/kde/sddm.nix b/roles/kde/sddm.nix index 1183ee4..3fedc02 100644 --- a/roles/kde/sddm.nix +++ b/roles/kde/sddm.nix @@ -48,6 +48,7 @@ in theme = "sugar-candy"; settings = { General = { Numlock = "on"; }; + Theme = { CursorTheme = "Breeze_Snow"; }; }; };