about summary refs log tree commit diff
path: root/modules/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'modules/README.md')
-rw-r--r--modules/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/modules/README.md b/modules/README.md
index d9dd5851..a2a6ec89 100644
--- a/modules/README.md
+++ b/modules/README.md
@@ -36,7 +36,9 @@ When writing modules, make sure to categorize them accordingly:
 </table>
 
 If a module is highly specific to your own configuration, use the same
-categories but put them under `user/$category/$module`.
+categories but put them under `user/$username/$category/$module`.
+Their configuration options should be named
+`vuizvui.user."${username}".*` accordingly.
 
 Don't forget to add your module to `module-list.nix`, but make sure you have
 options in place to disable them by default.