nix-config/home/hyprland/hypridle.nix

13 lines
181 B
Nix
Raw Normal View History

2025-03-27 12:54:14 +01:00
{ pkgs, ... }:
{
# Hyprland and related packages
home.packages = with pkgs; [
hypridle
];
# Hypridle configuration
services.hypridle.enable = true;
}