From dc897b006d4c562cf166c2b773301a944e6058e1 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 8 Aug 2025 23:06:49 +0300 Subject: [PATCH] 123 --- nixosConfigurations/hosts/wsl.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosConfigurations/hosts/wsl.nix b/nixosConfigurations/hosts/wsl.nix index 119c040..f388754 100755 --- a/nixosConfigurations/hosts/wsl.nix +++ b/nixosConfigurations/hosts/wsl.nix @@ -39,7 +39,7 @@ let enable = true; startMenuLaunchers = true; #useWindowsDriver = true; - defaultUser = xlib.device.username; + defaultUser = config.xlib.device.username; }; system.stateVersion = "24.11";