Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:17:32 +01:00
parent 90f8d8bf2d
commit 0793f35d08
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ custom, pkgs, ... }:
{ custom }: { pkgs, ... }:
{
services.usbmuxd.enable = true;
environment.systemPackages = with pkgs;