nixos/hosts/Vanguard/home.nix

8 lines
99 B
Nix

{ ... }:
{
xdg.configFile."hypr/extra.conf".text = ''
monitor=DP-1,highrr,auto,1.00
'';
}