From 89f16664c5439668a3e4f8c45ae43a43e9083983 Mon Sep 17 00:00:00 2001 From: Michael Thomas Date: Sun, 9 Jan 2022 16:31:18 -0500 Subject: [PATCH] Add dev module to wsl --- user/environments/wsl/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/user/environments/wsl/home.nix b/user/environments/wsl/home.nix index bf87936..db17ab0 100644 --- a/user/environments/wsl/home.nix +++ b/user/environments/wsl/home.nix @@ -2,6 +2,7 @@ { imports = [ + ../../modules/dev.nix ../../modules/git.nix ../../modules/zsh.nix ];