diff --git a/common/users/meyer-wsl/home.nix b/common/users/meyer-wsl/home.nix index 1d53781..cb78927 100644 --- a/common/users/meyer-wsl/home.nix +++ b/common/users/meyer-wsl/home.nix @@ -9,7 +9,7 @@ nixpkgs.config.allowInsecurePredicate = (pkg: true); nixpkgs.config.allowUnfreePredicate = (pkg: true); imports = [ - ../homeModules/util.nix + ../homeModules/utils.nix ../homeModules/dev ../homeModules/dev/cpp.nix ../homeModules/dev/javascript.nix