summaryrefslogtreecommitdiff
path: root/common/modules/matugen/templates/matugen-mango.nix
diff options
context:
space:
mode:
authorbeeb5k <beebeeb5k@gmail.com>2026-08-17 23:03:59 +0530
committerbeeb5k <beebeeb5k@gmail.com>2026-08-17 23:03:59 +0530
commit46b0b8ac8bc612e4bf86478e08ada33d94dad01d (patch)
treefe57e75f03b1706b91278eeb216b83041e75a4ba /common/modules/matugen/templates/matugen-mango.nix
parent96feb69113b20a5de02d0634589675eb208d9cdd (diff)
Remove mango and user templates for noctalia
Diffstat (limited to 'common/modules/matugen/templates/matugen-mango.nix')
-rw-r--r--common/modules/matugen/templates/matugen-mango.nix26
1 files changed, 0 insertions, 26 deletions
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
- '';
- };
- };
- };
-}