summaryrefslogtreecommitdiff
path: root/common/modules/matugen/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'common/modules/matugen/default.nix')
-rw-r--r--common/modules/matugen/default.nix10
1 files changed, 2 insertions, 8 deletions
diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix
index 6bf73a2..ecc9255 100644
--- a/common/modules/matugen/default.nix
+++ b/common/modules/matugen/default.nix
@@ -48,7 +48,7 @@ in
output_path = '~/.config/zathura/matugen'
''}
- ${lib.optionalString config.beeMods.mango.enable ''
+ ${lib.optionalString config.beeMods.windowManagers.mango.enable ''
[templates.mango]
input_path = '~/.config/matugen/templates/mango.conf'
output_path = '~/.config/mango/mango-colors.conf'
@@ -67,7 +67,7 @@ in
output_path = '~/.config/yazi/theme.toml'
''}
- ${lib.optionalString (config.beeMods.dwm.enable) ''
+ ${lib.optionalString (config.beeMods.windowManagers.dwm.enable) ''
[templates.Xresources]
input_path = "~/.config/matugen/templates/colors-xresources"
output_path = "~/.config/x11/matugen.Xresources"
@@ -86,12 +86,6 @@ in
post_hook = "dunstctl reload"
''}
- ${lib.optionalString config.beeMods.beeVim.enable ''
- [templates.neovim]
- input_path = "~/.config/matugen/templates/neovim.json"
- output_path = "~/.config/matugen/neovim_matugen.json"
- ''}
-
${lib.optionalString
(config.beeMods.terminal.default == "foot" || config.beeMods.terminal.default == "ghostty")
''