From 390e75ce8e188a7b3d575b2947855e8932bdbc46 Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Sun, 13 Jul 2025 13:34:44 +0800 Subject: [PATCH] feat(imxyy-nix-x16/niri): scale --- config/hosts/imxyy-nix-x16/home.nix | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/config/hosts/imxyy-nix-x16/home.nix b/config/hosts/imxyy-nix-x16/home.nix index c72cf16..9e060ae 100644 --- a/config/hosts/imxyy-nix-x16/home.nix +++ b/config/hosts/imxyy-nix-x16/home.nix @@ -38,6 +38,21 @@ PATH = "/home/${username}/bin:$PATH"; }; }; + + programs.niri.settings = { + environment.STEAM_FORCE_DESKTOPUI_SCALING = "1.25"; + outputs = { + DP-2 = { + enable = true; + mode = { + width = 1920; + height = 1200; + refresh = 60.002; + }; + scale = 1.25; + }; + }; + }; }; my = {