1

Modules/Niri: Set correct monitor refresh rate (164.999 instead of 165)

This commit is contained in:
2025-11-24 17:12:41 +01:00
parent 4396c6b84f
commit 4421fe8bad

View File

@ -54,6 +54,7 @@ in {
programs = { programs = {
noctalia-shell = import ./noctalia.nix {inherit color;}; noctalia-shell = import ./noctalia.nix {inherit color;};
# TODO: Extract options
niri = { niri = {
# enable = true; # Enabled in system module # enable = true; # Enabled in system module
@ -120,7 +121,7 @@ in {
mode = { mode = {
width = 3440; width = 3440;
height = 1440; height = 1440;
refresh = 165.0; refresh = 164.999;
}; };
position = { position = {
x = 1920; x = 1920;