chore(nemesis): modify monitor resolution again

This commit is contained in:
Mohammad Rafiq 2025-05-20 15:38:26 +08:00
parent 81347d400d
commit e1e89b0b16
No known key found for this signature in database

View file

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