Correct arguments for work-wsl

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

View File

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