From 7e07aba9caf703494d7f169585eebb75c6ab7d19 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Fri, 17 Feb 2023 16:16:44 +0100 Subject: [PATCH] fix home-manager example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;