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/templates/matugen-mango.nix | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 common/modules/matugen/templates/matugen-mango.nix (limited to 'common/modules/matugen/templates/matugen-mango.nix') diff --git a/common/modules/matugen/templates/matugen-mango.nix b/common/modules/matugen/templates/matugen-mango.nix deleted file mode 100644 index 440c4a9..0000000 --- a/common/modules/matugen/templates/matugen-mango.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - config, - lib, - ... -}: -{ - config = - lib.mkIf - (config.beeMods.windowManagers.mango.enable && config.beeMods.windowManagers.beeConfig.enable) - { - xdg.configFile = { - "matugen/templates/mango.conf" = { - text = '' - rootcolor={{colors.background.default.hex_stripped}}ff - bordercolor={{colors.outline_variant.default.hex_stripped}}ff - focuscolor={{colors.primary.default.hex_stripped}}ff - maximizescreencolor={{colors.secondary_container.default.hex_stripped}}ff - urgentcolor={{colors.error.default.hex_stripped}}ff - scratchpadcolor={{colors.tertiary.default.hex_stripped}}ff - globalcolor={{colors.secondary_container.default.hex_stripped}}ff - overlaycolor={{colors.tertiary_container.default.hex_stripped}}ff - ''; - }; - }; - }; -} -- cgit v1.3.1