Files
nixos-config/host/Senko/modules/hyprland.nix
T

9 lines
134 B
Nix
Raw Normal View History

{
wayland.windowManager.hyprland = {
settings = {
monitor = [
"eDP-1, 1920x1080@60, 0x0, 1"
];
};
};
}