nixos/hosts/Vanguard/home.nix

9 lines
147 B
Nix
Raw Normal View History

{ pkgs, ... }:
2023-09-23 18:10:47 +01:00
{
xdg.configFile."hypr/extra.conf".text = ''
2023-10-01 16:19:29 +01:00
monitor=DP-1,highrr,0x0,1.00
monitor=HDMI-A-1,highres,1920x325,1.00
2023-09-23 18:10:47 +01:00
'';
}