Commit e888f05
Changed files (1)
modules
hosts
kevin
hardware
modules/hosts/kevin/hardware/screen.nix
@@ -20,6 +20,11 @@
lib.optionalAttrs hasNiri {
programs.niri.settings.outputs."eDP-1" = {
variable-refresh-rate = true;
+ mode = {
+ height = 2000;
+ width = 3200;
+ refresh = 165.002;
+ };
};
};
}