mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
Nix: services.hyprlock -> programs.hyprlock
Mistake on my part when writing this module.
This commit is contained in:
parent
2b20e48a37
commit
843695b0b0
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ self: {
|
||||||
|
|
||||||
cfg = config.services.hyprlock;
|
cfg = config.services.hyprlock;
|
||||||
in {
|
in {
|
||||||
options.services.hyprlock = {
|
options.programs.hyprlock = {
|
||||||
enable = mkEnableOption "Hyprlock, Hyprland's GPU-accelerated lock screen utility";
|
enable = mkEnableOption "Hyprlock, Hyprland's GPU-accelerated lock screen utility";
|
||||||
|
|
||||||
package = mkOption {
|
package = mkOption {
|
||||||
|
|
Loading…
Reference in a new issue