about summary refs log tree commit diff
path: root/modules/user/profpatsch/programs
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-02-09 01:00:09 +0100
committersternenseemann <sternenseemann@systemli.org>2021-02-13 12:27:27 +0100
commite6805d46f31e8228ad590775c7967bceea47fe46 (patch)
treea7e88dafa2691e274f1cf481a737a9cda8c24838 /modules/user/profpatsch/programs
parent5b73fbf6989b48e5c4f35f671338d880acece2d0 (diff)
modules/user/profpatsch: adjust naming scheme
The general consensus seems to be to use

    vuizvui.user.<username>.<category>.<module name>

instead of

    vuizvui.<category>.<user name>.<module name>

Things done to test this change:

* Checked build of machines.profpatsch.legosi.build
* Checked evaluation of machines.profpatsch.shiki.build
Diffstat (limited to 'modules/user/profpatsch/programs')
-rw-r--r--modules/user/profpatsch/programs/weechat.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/user/profpatsch/programs/weechat.nix b/modules/user/profpatsch/programs/weechat.nix
index 317f63ec..215f1e98 100644
--- a/modules/user/profpatsch/programs/weechat.nix
+++ b/modules/user/profpatsch/programs/weechat.nix
@@ -8,7 +8,7 @@
 { config, lib, pkgs, ... }:
 
 let
-  cfg = config.vuizvui.programs.profpatsch.weechat;
+  cfg = config.vuizvui.user.profpatsch.programs.weechat;
   weechatDataDir = "/var/lib/weechat";
   sessionName = "weechat";
   userName = "weechat";
@@ -64,7 +64,7 @@ let
 in
 
 {
-  options.vuizvui.programs.profpatsch.weechat = {
+  options.vuizvui.user.profpatsch.programs.weechat = {
     enable = lib.mkEnableOption "weechat";
 
     authorizedKeys = lib.mkOption {