feat(systems/nemesis): change monitor resolution
This commit is contained in:
parent
77eca02e1b
commit
2c08ed0ec5
1 changed files with 4 additions and 4 deletions
|
@ -13,10 +13,10 @@
|
|||
|
||||
desktop.windowManager = "hyprland";
|
||||
desktop.mainMonitor = {
|
||||
id = "HDMI-A-1";
|
||||
scale = "2";
|
||||
resolution = "3840x2160";
|
||||
refresh-rate = "60";
|
||||
id = "desc:OOO AN-270W04K";
|
||||
scale = "1";
|
||||
resolution = "2560x1440";
|
||||
refresh-rate = "144";
|
||||
};
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue