{ config, lib, pkgs, flakeRoot, inputs, ... }: { wayland.windowManager.hyprland = { enable = true; plugins = with inputs.hyprland-nix.packages.${pkgs.stdenv.hostPlatform.system}; [ hyprscrolling ]; }; }