fix home-manager example

This commit is contained in:
Jörg Thalheim 2023-02-17 16:16:44 +01:00
parent a6b7602c5d
commit 7e07aba9ca

View file

@ -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;