add(matugen): auto-theme switch

This commit is contained in:
kenji
2026-01-10 23:01:23 -06:00
parent 51a35355df
commit 461b1099ad
3 changed files with 18 additions and 0 deletions
+2
View File
@@ -6,6 +6,7 @@
}: {
home.packages = with pkgs; [
matugen
dconf
psmisc # for killall
];
home.file.".config/matugen/config.toml" = {
@@ -13,6 +14,7 @@
};
# Copy static templates
home.file.".config/matugen/templates/theme-switch".source = ./templates/theme-switch;
home.file.".config/matugen/templates/cava".source = ./templates/cava;
home.file.".config/matugen/templates/firefox".source = ./templates/firefox;
home.file.".config/matugen/templates/ghostty".source = ./templates/ghostty;