Skip to content

Commit

Permalink
Fix home-manager module name
Browse files Browse the repository at this point in the history
  • Loading branch information
gbpdt committed Sep 8, 2023
1 parent f729036 commit 77174c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ easy installation.
}
({ pkgs, ... }: {
# (1) Import home-manager module.
imports = [ nix-snapshotter.rootless ];
imports = [ nix-snapshotter.homeModules.nix-snapshotter-rootless ];
# (2) Add overlay.
nixpkgs.overlays = [ nix-snapshotter.overlays.default ];
Expand Down

0 comments on commit 77174c6

Please sign in to comment.