From 52a4b096a5a808a9937232369e27c65d8cb78842 Mon Sep 17 00:00:00 2001 From: Daniel Dada Date: Mon, 15 Dec 2025 11:11:22 +0300 Subject: [PATCH] updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b17e73..f781760 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ outputs = extraSpecialArgs = { inherit inputs; }; modules = [ ./home.nix - clrsync.homeManagerModules.default + clrsync.homeModules.default ]; }; };