From e629b0e6569563ec8cb917e6744db4e399eb9b08 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 3 Mar 2024 21:43:51 -0500 Subject: [PATCH] removed confusing comment --- system/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index 61f6254b..4d2460ac 100644 --- a/system/default.nix +++ b/system/default.nix @@ -2,7 +2,7 @@ { imports = - [ # Include the results of the hardware scan. + [ ./network ./sound ];