summaryrefslogtreecommitdiff
path: root/common/modules/matugen/default.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-24 00:34:39 +0530
committerbrustybee <bee@4d2.org>2026-03-24 00:34:39 +0530
commitd1e311a5b47a8da45036ff7c6c8a51aadf5c859e (patch)
tree79582e9fc1ef08e7cca4e3e70ad41fde9d450476 /common/modules/matugen/default.nix
parent276c94cb871b9b4eda1707c01c861625d0e303f2 (diff)
this is interesting and i love interesting stuff
Diffstat (limited to 'common/modules/matugen/default.nix')
-rw-r--r--common/modules/matugen/default.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix
index f67c99a..e9e9252 100644
--- a/common/modules/matugen/default.nix
+++ b/common/modules/matugen/default.nix
@@ -77,7 +77,6 @@ in
xdg.configFile = {
"matugen/config.toml" = {
- # enable = !config.programs.noctalia-shell.enable;
text =
# toml
''
@@ -151,10 +150,6 @@ in
# post_hook = "pkill -SIGUSR2 waybar"
''}
- [templates.wlogout]
- input_path = "~/.config/matugen/templates/wlogout.css"
- output_path = "~/.config/wlogout/colors.css"
-
${lib.optionalString config.services.dunst.enable ''
[templates.dunst]
input_path = '~/.config/matugen/templates/dunstrc'
@@ -197,6 +192,11 @@ in
input_path = '~/.config/matugen/templates/zen.css'
output_path = '~/.config/wallust/templates/userChrome.css'
post_hook = "${link_zen}"
+
+ [templates.zen-userContent]
+ input_path = '~/.config/matugen/templates/zen-usercontent.css'
+ output_path = '~/.config/userContent.css'
+ post_hook = "${link_zen}"
'';
};
};