nixfiles/home/environments/hyprland/hyprlock.nix
2025-06-17 16:41:48 -07:00

5 lines
55 B
Nix

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