feat(imxyy-nix-x16/niri): scale

This commit is contained in:
2025-07-13 13:34:44 +08:00
parent a3b627359b
commit 390e75ce8e

View File

@@ -38,6 +38,21 @@
PATH = "/home/${username}/bin:$PATH"; 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 = { my = {