summaryrefslogtreecommitdiff
path: root/common/modules/matugen/default.nix
diff options
context:
space:
mode:
authorbrustybee <bee@4d2.org>2026-03-13 14:28:33 +0530
committerbrustybee <bee@4d2.org>2026-03-13 14:28:33 +0530
commit6b7b13a08b0df2cb22d3927d9d4e24e48b006120 (patch)
tree51cfbf5ac56678372e4057ac414b7713b7e8ad1f /common/modules/matugen/default.nix
parentc3f5799c70a15902e706d65d09fc4565267c5064 (diff)
i like it boxy fix xorg systemd services startup and more
Diffstat (limited to 'common/modules/matugen/default.nix')
-rw-r--r--common/modules/matugen/default.nix1
1 files changed, 1 insertions, 0 deletions
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'"