From 6b7b13a08b0df2cb22d3927d9d4e24e48b006120 Mon Sep 17 00:00:00 2001 From: brustybee Date: Fri, 13 Mar 2026 14:28:33 +0530 Subject: i like it boxy fix xorg systemd services startup and more --- common/modules/matugen/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'common/modules/matugen/default.nix') diff --git a/common/modules/matugen/default.nix b/common/modules/matugen/default.nix index f52414c..3238b3a 100644 --- a/common/modules/matugen/default.nix +++ b/common/modules/matugen/default.nix @@ -17,6 +17,7 @@ let export PROFILE_DIR=$(find ~/.config/zen/ -maxdepth 1 -type d -name "*.Default Profile" | head -n 1) mkdir -p "$PROFILE_DIR/chrome" ln -sf ~/.cache/wallust/userChrome.css "$PROFILE_DIR/chrome/userChrome.css" + ln -sf ~/.config/userContent.css "$PROFILE_DIR/chrome/userContent.css" ''; update_gtkcolors = pkgs.writeShellScript "update_gtkcolors" '' dconf write /org/gnome/desktop/interface/color-scheme "'prefer-light'" -- cgit v1.3.1