feat: set Gnome to use 120 Hz
This commit is contained in:
parent
9dafec8502
commit
a9f9b50ffe
5 changed files with 74 additions and 1 deletions
6
home/desktop/monitors.nix
Normal file
6
home/desktop/monitors.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
xdg.configFile."monitors.xml".source = ./monitors.xml;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue