{ config, lib, pkgs, ... }: { programs.hyprland = { enable = true; }; environment.systemPackages = [ # ... other packages pkgs.hyprlandPlugins.hyprspace pkgs.hyprlandPlugins.hyprgrass ]; }