7 lines
233 B
Nix
7 lines
233 B
Nix
{ ... }: {
|
|
xdg.configFile."hypr/extra.conf".text = ''
|
|
monitor=desc:Acer Technologies ED270R TJMEE0043W01,highrr,0x0,1.00,vrr,2
|
|
monitor=desc:Ancor Communications Inc VS278 FALMQS032358,preferred,-1920x325,1.00,vrr,0
|
|
'';
|
|
}
|