diff --git a/modules/profiles/headless.nix b/modules/profiles/headless.nix index 7d03353..ed86622 100644 --- a/modules/profiles/headless.nix +++ b/modules/profiles/headless.nix @@ -1,5 +1,5 @@ -{modulesPath}{ +{modulesPath, ...}: { imports = [ (modulesPath + "/profiles/headless.nix") ]; -} \ No newline at end of file +}