From e6805d46f31e8228ad590775c7967bceea47fe46 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Tue, 9 Feb 2021 01:00:09 +0100 Subject: modules/user/profpatsch: adjust naming scheme The general consensus seems to be to use vuizvui.user... instead of vuizvui... Things done to test this change: * Checked build of machines.profpatsch.legosi.build * Checked evaluation of machines.profpatsch.shiki.build --- modules/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'modules/README.md') 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: 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. -- cgit 1.4.1