feat(rafiq/hyprland): set monitor resolution
This commit is contained in:
parent
ee129ea287
commit
182dd20f88
3 changed files with 21 additions and 0 deletions
|
@ -12,6 +12,12 @@
|
|||
hardware.gpu = "nvidia";
|
||||
|
||||
desktop.windowManager = "hyprland";
|
||||
desktop.mainMonitor = {
|
||||
id = "HDMI-A-1";
|
||||
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