disable 2nd monitor for now

This commit is contained in:
Noa Aarts 2025-12-15 23:57:27 +01:00
parent 48132065e1
commit 55d5c61c7a
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -66,15 +66,15 @@
refresh-rate = 360;
scale = "1";
}
{
name = "HDMI-A-1";
horizontal = 2560;
vertical = 1440;
horizontal-offset = 2560;
vertical-offset = 0;
refresh-rate = 144;
scale = "1";
}
# {
# name = "HDMI-A-1";
# horizontal = 2560;
# vertical = 1440;
# horizontal-offset = 2560;
# vertical-offset = 0;
# refresh-rate = 144;
# scale = "1";
# }
];
extraConfig = {
programs.btop.package = pkgs.btop.overrideAttrs (oldAttrs: {