diff --git a/common/users/meyer-wsl/home.nix b/common/users/meyer-wsl/home.nix index cb78927..4182082 100644 --- a/common/users/meyer-wsl/home.nix +++ b/common/users/meyer-wsl/home.nix @@ -13,6 +13,7 @@ ../homeModules/dev ../homeModules/dev/cpp.nix ../homeModules/dev/javascript.nix + ../homeModules/dev/nix.nix ../homeModules/dev/python.nix ../homeModules/scripts ../homeModules/btop.nix @@ -41,4 +42,4 @@ home.stateVersion = "23.11"; # Please read the comment before changing. # Let Home Manager install and manage itself. programs.home-manager.enable = true; -} \ No newline at end of file +}