diff options
| author | tv <tv@krebsco.de> | 2025-12-09 03:09:57 +0100 |
|---|---|---|
| committer | tv <tv@krebsco.de> | 2025-12-09 03:09:57 +0100 |
| commit | 9567824de75e24da5dc1c05b996f3cd30aae2cee (patch) | |
| tree | 36c090bfaf8687872798fd56cc9caa8003364b7c | |
| parent | 99b9bd852efefd0618326ab053605f9c27c0eed2 (diff) | |
tv.lidControl -> hrm.lid-handler
| -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 */ '' |
