fix home-manager example
This commit is contained in:
parent
a6b7602c5d
commit
7e07aba9ca
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue