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";