Files
nixos/apps/hyprlock/home.nix
T
2025-12-28 17:46:40 -06:00

7 lines
61 B
Nix

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