From e279b207f8727007d7dae273a622ffe8f9c6b435 Mon Sep 17 00:00:00 2001 From: luochen570 <1160510664@qq.com> Date: Tue, 26 May 2026 13:02:47 +0800 Subject: [PATCH] fix: add username param to wsl configuration.nix --- hosts/wsl/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/wsl/configuration.nix b/hosts/wsl/configuration.nix index 18c0989..e6a493f 100644 --- a/hosts/wsl/configuration.nix +++ b/hosts/wsl/configuration.nix @@ -1,4 +1,4 @@ -{ ... }: +{ username, ... }: { imports = [ inputs.nixos-wsl.nixosModules.default