flakes/modules/user/hyprlock.nix

6 lines
61 B
Nix
Raw Normal View History

2025-03-17 15:16:11 +11:00
{ ... }: {
programs.hyprlock = {
enable = true;
};
}