Files
nixos-configs/home/modules/window_managers/hyprland/nix-book.nix

6 lines
125 B
Nix

{ config, lib, pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = ",preferred,2880x1800@90.00Hz,1.33333";
}