chore(nemesis): modify monitor resolution again
This commit is contained in:
parent
81347d400d
commit
e1e89b0b16
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@
|
|||
desktop.windowManager = "hyprland";
|
||||
desktop.mainMonitor = {
|
||||
id = "desc:OOO AN-270W04K";
|
||||
scale = "1";
|
||||
resolution = "2560x1440";
|
||||
refresh-rate = "144";
|
||||
scale = "2";
|
||||
resolution = "3840x2160";
|
||||
refresh-rate = "60";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue