Files
nixos/home/hyprland/hyprlock.nix
2026-02-06 08:40:28 +01:00

7 lines
61 B
Nix

{ ... }:
{
programs.hyprlock = {
enable = true;
};
}