fix: add missing parameter
This commit is contained in:
parent
8f35f482c2
commit
4cca485ba7
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
{ config, pkgs, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
let
|
let
|
||||||
cfg = {
|
cfg = {
|
||||||
remote-control.control-enable = true;
|
remote-control.control-enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue