From 3c1f8ec659c7d08884d69d0df6938a55937b74a3 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:10:36 -0500 Subject: [PATCH] fix semi --- common/systemModules/wsl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/systemModules/wsl.nix b/common/systemModules/wsl.nix index 084b5d6..74dd0ff 100644 --- a/common/systemModules/wsl.nix +++ b/common/systemModules/wsl.nix @@ -2,5 +2,5 @@ wsl = { enable = true; defaultUser = "meyer"; - } + }; } \ No newline at end of file