Files
nixverse/nodes/hosts/nixy/home/jay/home.nix

11 lines
157 B
Nix

{ config, pkgs, inputs, lib, ... }:
{
wayland.windowManager.hyprland = {
settings = {
"monitor" = "DP-2, 3440x1440@165, 0x0, 1";
};
};
}