about summary refs log tree commit diff
path: root/modules/user/profpatsch/programs
diff options
context:
space:
mode:
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 {