mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fixed low refresh rate
This commit is contained in:
parent
30fd0d4132
commit
35e7a391b7
4 changed files with 19 additions and 5 deletions
13
modules/refreshrate.nix
Normal file
13
modules/refreshrate.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
services.xserver = {
|
||||
xrandrHeads = [
|
||||
{
|
||||
output = "HDMI-0";
|
||||
primary = true;
|
||||
}
|
||||
];
|
||||
screenSection = ''
|
||||
Option "metamodes" "1920x1080_144 +0+0"
|
||||
'';
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue