Nix: services.hyprlock -> programs.hyprlock

Mistake on my part when writing this module.
This commit is contained in:
Mihai Fufezan 2024-02-20 14:59:06 +02:00
parent 2b20e48a37
commit 843695b0b0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ self: {
cfg = config.services.hyprlock;
in {
options.services.hyprlock = {
options.programs.hyprlock = {
enable = mkEnableOption "Hyprlock, Hyprland's GPU-accelerated lock screen utility";
package = mkOption {