Correct arguments

This commit is contained in:
Andreas Zweili 2022-11-03 23:11:44 +01:00
parent 3df6dc170e
commit 4b44a6634a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
{ inputs, custom, pkgs, ... }:
{ inputs, custom }: { pkgs, ... }:
{
imports = [
"${inputs.self}/modules/hunspell"

View File

@ -8,7 +8,7 @@
"${inputs.self}/hardware/nvidia"
"${inputs.self}/hardware/dvd"
"${inputs.self}/modules/data-share"
"${inputs.self}/modules/desktop"
(import "${inputs.self}/modules/desktop" { inherit custom inputs; })
"${inputs.self}/modules/docker"
"${inputs.self}/modules/droidcam"
"${inputs.self}/modules/eog"