{ pkgs, config, inputs, ... }: { wayland.windowManager.hyprland = { enable = true; package = inputs.hyprland.packages."${pkgs.system}".hyprland; }; }