diff options
| author | beeb5k <beebeeb5k@gmail.com> | 2026-08-17 23:03:59 +0530 |
|---|---|---|
| committer | beeb5k <beebeeb5k@gmail.com> | 2026-08-17 23:03:59 +0530 |
| commit | 46b0b8ac8bc612e4bf86478e08ada33d94dad01d (patch) | |
| tree | fe57e75f03b1706b91278eeb216b83041e75a4ba /common/modules/matugen/default.nix | |
| parent | 96feb69113b20a5de02d0634589675eb208d9cdd (diff) | |
Remove mango and user templates for noctalia
Diffstat (limited to 'common/modules/matugen/default.nix')
| -rw-r--r-- | common/modules/matugen/default.nix | 18 |
1 files changed, 9 insertions, 9 deletions
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") '' |
