Files
nixverse/nodes/hosts/nixwork/home/jay/programs/hyprland.nix

8 lines
129 B
Nix

{ ... }: {
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2560x1600@60, 0x0, 1";
};
};
}