From f7169966168ee378972c9a7b1055c49bf2350aa1 Mon Sep 17 00:00:00 2001 From: server Date: Thu, 24 Oct 2024 03:46:24 +0200 Subject: [PATCH] typos fixed --- modules/profiles/headless.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}