diff options
| -rw-r--r-- | modules/lid-handler.nix (renamed from modules/lidControl.nix) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/lidControl.nix b/modules/lid-handler.nix index b9297c9..d89aced 100644 --- a/modules/lidControl.nix +++ b/modules/lid-handler.nix @@ -1,9 +1,9 @@ { config, lib, pkgs, ... }: { options = { - tv.lidControl.enable = lib.mkEnableOption "tv.lidControl"; + hrm.lid-handler.enable = lib.mkEnableOption "hrm.lid-handler"; }; config = let - cfg = config.tv.lidControl; + cfg = config.hrm.lid-handler; in lib.mkIf cfg.enable { services.acpid.enable = true; services.acpid.lidEventCommands = /* sh */ '' |
