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