mirror of
https://github.com/hyprwm/hyprlock.git
synced 2024-11-16 23:05:58 +01:00
nix: fix hm module
changed cfg from config.services.hyprlock to config.programs.hyprlock
This commit is contained in:
parent
6ff808cebf
commit
e1aac7e135
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ self: {
|
||||||
inherit (lib.modules) mkIf;
|
inherit (lib.modules) mkIf;
|
||||||
inherit (lib.options) mkOption mkEnableOption;
|
inherit (lib.options) mkOption mkEnableOption;
|
||||||
|
|
||||||
cfg = config.services.hyprlock;
|
cfg = config.programs.hyprlock;
|
||||||
in {
|
in {
|
||||||
options.programs.hyprlock = {
|
options.programs.hyprlock = {
|
||||||
enable = mkEnableOption "Hyprlock, Hyprland's GPU-accelerated lock screen utility";
|
enable = mkEnableOption "Hyprlock, Hyprland's GPU-accelerated lock screen utility";
|
||||||
|
|
Loading…
Reference in a new issue