fix: add missing parameter

This commit is contained in:
2025-04-28 23:40:42 +02:00
parent 8f35f482c2
commit 4cca485ba7

View File

@@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ config, lib, pkgs, ... }:
let
cfg = {
remote-control.control-enable = true;