{ lib, ... }: let inherit (lib) mkOption types; in { options = { shared.hyprland.enable = mkOption { default = true; type = types.bool; }; }; }