2023-09-26 07:36:57 +01:00
|
|
|
{ pkgs, ... }:
|
2023-09-23 18:10:47 +01:00
|
|
|
|
|
|
|
{
|
2023-09-26 07:36:57 +01:00
|
|
|
home.packages = with pkgs; [ nomachine-client ];
|
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
|
|
|
'';
|
|
|
|
}
|