flakes/modules/user/hyprlock.nix
2025-03-17 15:16:11 +11:00

5 lines
61 B
Nix

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