diff options
Diffstat (limited to 'common/modules/matugen/default.nix')
| -rw-r--r-- | common/modules/matugen/default.nix | 10 |
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}" ''; }; }; |
