{ config, lib, pkgs, ... }: { options = { desktop.window-managers = { monitors = { name = lib.mkOption { default = ""; }; }; }; }; imports = [ ./hyprland.nix ./niri.nix ./sway.nix ]; }