Files
nixverse/nodes/hosts/nixwork/home/jay/programs/hyprland.nix
2025-07-17 20:50:30 +00:00

8 lines
130 B
Nix

{ ... }: {
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
};
};
}