From 68dbab00647496832a5e8954aa3d5936bb1d60a5 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sun, 3 Aug 2025 22:59:21 +0300 Subject: [PATCH] 123 --- home/wsl.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/wsl.nix b/home/wsl.nix index 3809c26..9af3560 100644 --- a/home/wsl.nix +++ b/home/wsl.nix @@ -15,7 +15,9 @@ let externalPath = "${inputs.zeroq.dirs.wsl-home}"; in { - imports = [ ]; + imports = [ + inputs.self.homeModules.default + ]; xdg = { enable = true; autostart.enable = true;