8 lines
141 B
Nix
8 lines
141 B
Nix
{ ... }:
|
|
|
|
{
|
|
home-manager.users.anish.wayland.windowManager.hyprland.settings.monitor = [
|
|
"HDMI-A-1, 3840x2160, auto, 2"
|
|
];
|
|
}
|