diff --git a/README.md b/README.md index 18d85ac37..faf946e03 100644 --- a/README.md +++ b/README.md @@ -168,7 +168,7 @@ let nur-no-pkgs = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {}; in { - imports = lib.attrValues nur-no-pkgs.repos.moredhel.hmModules.modules; + imports = lib.attrValues nur-no-pkgs.repos.moredhel.hmModules.rawModules; services.unison = { enable = true;