From 3ea9ece98d8b92664586fa311186ff5ea3b4e71c Mon Sep 17 00:00:00 2001 From: sefidel Date: Mon, 22 Jan 2024 21:50:00 +0900 Subject: chore(default): remove redundant list --- default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'default.nix') diff --git a/default.nix b/default.nix index ee7e2ee..63f1796 100644 --- a/default.nix +++ b/default.nix @@ -2,8 +2,7 @@ with lib; with lib.my; { - imports = [ - ] ++ mapModulesRec' (toString ./modules) import; + imports = mapModulesRec' (toString ./modules) import; networking.useDHCP = mkDefault false; } -- cgit 1.4.1