feat: set Gnome to use 120 Hz

This commit is contained in:
Felix Schröter 2020-03-21 16:46:18 +01:00
parent 9dafec8502
commit a9f9b50ffe
No known key found for this signature in database
GPG key ID: A12D7C9D2FD34458
5 changed files with 74 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{ config, pkgs, ... }:
{
xdg.configFile."monitors.xml".source = ./monitors.xml;
}