Set up hyprland resolution per device.
This commit is contained in:
10
nodes/hosts/nixy/home/jay/home.nix
Normal file
10
nodes/hosts/nixy/home/jay/home.nix
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{ config, pkgs, inputs, lib, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
wayland.windowManager.hyprland = {
|
||||||
|
settings = {
|
||||||
|
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user