Add missing argument

This commit is contained in:
Andreas Zweili 2022-11-04 13:18:57 +01:00
parent e1281f75e6
commit 6c503c9057
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ hostname, inputs }: { ... }:
{ custom, hostname, inputs }: { ... }:
{
imports = [
(import "${inputs.self}/modules/desktop" { inherit custom inputs; })