diff --git a/hosts/wsl2/default.nix b/hosts/wsl2/default.nix index b701750..da69a75 100644 --- a/hosts/wsl2/default.nix +++ b/hosts/wsl2/default.nix @@ -1,4 +1,4 @@ -{ lib, pkgs, config, modulesPath, overlays, ... }: +{ lib, pkgs, config, modulesPath, ... }: { nixpkgs.overlays = overlays;