From 46b0b8ac8bc612e4bf86478e08ada33d94dad01d Mon Sep 17 00:00:00 2001 From: beeb5k Date: Mon, 17 Aug 2026 23:03:59 +0530 Subject: Remove mango and user templates for noctalia --- common/modules/matugen/default.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'common/modules/matugen/default.nix') diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index 9e9f3d6..42b857e 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -44,7 +44,7 @@ in ${lib.optionalString config.beeMods.terminal.alacritty '' [templates.alacritty] input_path = '~/.config/matugen/templates/alacritty-colors.toml' - output_path = '~/.config/alacritty/matugen.toml' + output_path = '~/.config/alacritty/themes/matugen.toml' ''} ${lib.optionalString config.beeMods.terminal.ghostty '' @@ -54,13 +54,6 @@ in post_hook = 'pkill -SIGUSR2 ghostty' ''} - ${lib.optionalString config.beeMods.windowManagers.mango.enable '' - [templates.mango] - input_path = '~/.config/matugen/templates/mango.conf' - output_path = '~/.config/mango/colors.conf' - post_hook = 'mmsg dispatch reload_config' - ''} - ${lib.optionalString config.programs.btop.enable '' [templates.btop] input_path = '~/.config/matugen/templates/btop.theme' @@ -106,9 +99,15 @@ in output_path = '~/.config/gtk-4.0/matugen.css' ''} + ${lib.optionalString config.beeMods.windowManagers.niri.enable '' + [templates.niri] + input_path = '~/.config/matugen/templates/matugen.kdl' + output_path = '~/.config/niri/matugen.kdl' + ''} + [templates.neovim] input_path = '~/.config/matugen/templates/neovim.json' - output_path = '~/.config/beestuff/nvim-colors.json' + output_path = '~/.config/neovim/nvim-colors.json' [templates.waybarStyle] input_path = '~/.config/matugen/templates/waybar.css' @@ -119,6 +118,7 @@ in output_path = '~/.config/waybar/config.jsonc' post_hook = 'pkill -SIGUSR2 waybar' + ${lib.optionalString (config.beeMods.terminal.default == "foot" || config.beeMods.terminal.default == "ghostty") '' -- cgit v1.3.1