feat(systems/nemesis): change monitor resolution

This commit is contained in:
Mohammad Rafiq 2025-05-18 21:46:30 +08:00
parent 77eca02e1b
commit 2c08ed0ec5
No known key found for this signature in database

View file

@ -13,10 +13,10 @@
desktop.windowManager = "hyprland"; desktop.windowManager = "hyprland";
desktop.mainMonitor = { desktop.mainMonitor = {
id = "HDMI-A-1"; id = "desc:OOO AN-270W04K";
scale = "2"; scale = "1";
resolution = "3840x2160"; resolution = "2560x1440";
refresh-rate = "60"; refresh-rate = "144";
}; };
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";