Correct arguments for plex

This commit is contained in:
Andreas Zweili 2022-11-03 11:30:37 +01:00
parent 4bc409d2af
commit 5e7b8da554
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ custom, inputs }: { pkgs, ... }:
{ custom, inputs }: { ... }:
{
imports = [
(import "${inputs.self}/home-manager/headless.nix" { inherit custom inputs; })