Files
nixos/home/hyprlock.nix
2025-05-06 22:55:50 +02:00

7 lines
57 B
Nix

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