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

8 lines
141 B
Nix

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