nixfiles/home/environments/hyprland/hyprlock.nix
2025-06-23 00:41:18 -07:00

5 lines
56 B
Nix

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