{ config, pkgs, ... }: { # hypr packages environment.systemPackages = with pkgs; [ hyprland hypridle hyprlock hyprpaper hyprpolkitagent hyprcursor ]; # program enables programs.hyprland = { enable = true; withUSWM = true; }; # xdg portal for hyprland xdg.portal = { enable = true; extraPortals = [ pkgs.xdg-desktop-portal-hyprland ]; }; }