From f33743bfd1fa3924d67a33ea8816c1b45d92e6a1 Mon Sep 17 00:00:00 2001 From: brustybee Date: Sat, 14 Mar 2026 20:48:08 +0530 Subject: ummmmmm light mode --- common/modules/matugen/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/modules/matugen/default.nix') diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index 3238b3a..301e9fa 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -145,7 +145,7 @@ in ${lib.optionalString config.programs.vesktop.enable '' [templates.vesktop] input_path = "~/.config/matugen/templates/vesktop.css" - output_path = "~/.config/vesktop/themes/midnight.css" + output_path = "~/.config/vesktop/themes/system24.css" ''} ${lib.optionalString config.beeMods.mango.waybar '' @@ -180,7 +180,7 @@ in [templates.gtk4] input_path = '~/.config/matugen/templates/colors.css' output_path = '~/.config/gtk-4.0/colors.css' - post_hook = "${update_gtkcolors}" + # post_hook = "${update_gtkcolors}" ''} [templates.zed] -- cgit v1.3.1