From 3b0d0e45e3100519e36811eebfe93b5db113f420 Mon Sep 17 00:00:00 2001 From: Doloro1978 Date: Mon, 25 May 2026 14:58:31 +0100 Subject: [PATCH] added more modules to wsl --- config/hosts/aspects/doloro-wsl/host.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config/hosts/aspects/doloro-wsl/host.nix b/config/hosts/aspects/doloro-wsl/host.nix index ffcf2eb..fa5ebf6 100644 --- a/config/hosts/aspects/doloro-wsl/host.nix +++ b/config/hosts/aspects/doloro-wsl/host.nix @@ -6,7 +6,14 @@ flake-file.inputs = { }; den.aspects.wsl = { - includes = [modules.wsl]; + includes = [ + modules.wsl + modules.tmux + modules.nix + modules.omp + modules.hyfetch + modules.git + ]; nixos = {lib, ...}: { wsl.enable = true; wsl.defaultUser = "doloro";