{lib, ...}: { options.hive.hyprland = { enable = lib.mkEnableOption "Enable Hyprland configuration"; }; imports = [ ./config.nix ./hyprland.nix ]; }