{ config, lib, pkgs, flakeRoot, inputs, ... }: { home.packages = with pkgs; [ jq ]; wayland.windowManager.hyprland = { enable = true; plugins = with inputs.hyprland-plugins.packages.${pkgs.system}; [ hyprscrolling hyprspace hyprsunset HyprEasymotion ]; }; }