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/window_managers/noctalia.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'common/modules/window_managers/noctalia.nix') diff --git a/common/modules/window_managers/noctalia.nix b/common/modules/window_managers/noctalia.nix index cc4c88c..fabe3e4 100644 --- a/common/modules/window_managers/noctalia.nix +++ b/common/modules/window_managers/noctalia.nix @@ -24,6 +24,18 @@ in enable = true; systemd.enable = true; }; + + xdg.configFile."noctalia/template.toml" = { + text = '' + [theme.templates.user.nvim_base46] + input_path = '~/.config/matugen/templates/neovim.json' + output_path = '~/.config/neovim/nvim-colors.json' + + [theme.templates.user.niri] + input_path = '~/.config/matugen/templates/matugen.kdl' + output_path = '~/.config/niri/matugen.kdl' + ''; + }; } ); } -- cgit v1.3.1