{ pkgs, ... }: { # Hyprland and related packages home.packages = with pkgs; [ hypridle ]; # Hypridle configuration services.hypridle.enable = true; }