about summary refs log tree commit diff
path: root/modules/user
diff options
context:
space:
mode:
Diffstat (limited to 'modules/user')
-rw-r--r--modules/user/profpatsch/programs/weechat.nix4
-rw-r--r--modules/user/profpatsch/services/bitlbee.nix4
-rw-r--r--modules/user/profpatsch/services/dunst.nix6
3 files changed, 7 insertions, 7 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 {
diff --git a/modules/user/profpatsch/services/bitlbee.nix b/modules/user/profpatsch/services/bitlbee.nix
index 5dde75f8..84733270 100644
--- a/modules/user/profpatsch/services/bitlbee.nix
+++ b/modules/user/profpatsch/services/bitlbee.nix
@@ -3,7 +3,7 @@
 { config, lib, pkgs, ... }:
 
 let
-  cfg = config.vuizvui.services.profpatsch.bitlbee;
+  cfg = config.vuizvui.user.profpatsch.services.bitlbee;
   bitlbeeUsername = "bitlebee";
   stateDir = "bitlbee";
 
@@ -29,7 +29,7 @@ in
 
   options = {
 
-    vuizvui.services.profpatsch.bitlbee = {
+    vuizvui.user.profpatsch.services.bitlbee = {
 
       enable = lib.mkEnableOption "bitlbee";
 
diff --git a/modules/user/profpatsch/services/dunst.nix b/modules/user/profpatsch/services/dunst.nix
index a5d3b701..8de782fc 100644
--- a/modules/user/profpatsch/services/dunst.nix
+++ b/modules/user/profpatsch/services/dunst.nix
@@ -4,7 +4,7 @@
 { pkgs, lib, config, ... }:
 
 let
-  cfg = config.vuizvui.services.profpatsch.dunst;
+  cfg = config.vuizvui.user.profpatsch.services.dunst;
 
   eitherStrBoolIntList = with lib.types;
     either str (either bool (either int (listOf str)));
@@ -42,7 +42,7 @@ let
   themeSize = "32x32";
 
 in {
-  options.vuizvui.services.profpatsch.dunst = {
+  options.vuizvui.user.profpatsch.services.dunst = {
     enable = lib.mkEnableOption "dunst libnotify server";
 
     settings = lib.mkOption {
@@ -70,7 +70,7 @@ in {
     };
 
 
-    vuizvui.services.profpatsch.dunst.settings = {
+    vuizvui.user.profpatsch.services.dunst.settings = {
       global = {
         icon_position = "left";
         icon_path = let