Correct arguments for headless

This commit is contained in:
Andreas Zweili 2022-11-03 11:30:57 +01:00
parent 5e7b8da554
commit e069d3f3f5
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/common" { inherit custom inputs; })