fix the screen share wompwomp

This commit is contained in:
zastian@mrthoddata.com
2025-09-03 11:32:09 +01:00
parent 6d10cd93a9
commit 1736701831

View File

@@ -33,8 +33,8 @@ in
(lib.mkIf (systemName == "laptop") [ "eDP-1,1920x1080@59.99700,0x0,1" ]) (lib.mkIf (systemName == "laptop") [ "eDP-1,1920x1080@59.99700,0x0,1" ])
(lib.mkIf (systemName == "pc") [ (lib.mkIf (systemName == "pc") [
"HDMI-A-2,1920x1080@60,0x0,1" "HDMI-A-2,1920x1080@60,0x0,1"
"DP-1,2560x1440@144,1920x0,1,bitdepth,10,cm,hdr" "DP-1,2560x1440@144,1920x0,1"
#"HDMI-A-1,3840x2160@60,4480x0,1,bitdepth,10,cm,hdr" #"DP-1,2560x1440@144,1920x0,1,bitdepth,10,cm,hdr"
]) ])
]; ];
# Autostart necessary processes (like notifications daemons, status bars, etc.) # Autostart necessary processes (like notifications daemons, status bars, etc.)