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.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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue