{ pkgs, lib, osConfig, ... }: let cfg = osConfig.mods.desktop; in { imports = [ ./i3.nix ./hyprland.nix ./social.nix ]; config = lib.mkIf cfg.wayland.enable { mods.hyprland.enable = true; }; }