{ pkgs, ... }: { # Hyprland and related packages home.packages = with pkgs; [ hyprlock ]; # Hyprlock configuration programs.hyprlock.enable = true; }