{ pkgs, lib, config, inputs, ... }: { imports = [ inputs.hyprland.nixosModules.default ]; config = { programs.hyprland.enable = true; }; }