aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 96d2fc6..1e97572 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ works well.
rev = "..."; # Use the current commit revision hash
hash = "..."; # Use the current commit sha256 hash
}
- )).${builtins.currentSystem}.homeManagerModules.default
+ )).homeManagerModules.${builtins.currentSystem}.default
];
}
```
@@ -53,7 +53,7 @@ module.
inputs.home-manager.lib.homeManagerConfiguration {
modules = [
- inputs.pywal-nix.${pkgs.system}.homeManagerModules.default
+ inputs.pywal-nix.homeManagerModules.${pkgs.system}.default
];
};