add: hyprland colors

This commit is contained in:
kenji
2025-12-27 10:48:22 -06:00
parent c9387525eb
commit f302399b70
4 changed files with 29 additions and 0 deletions
+7
View File
@@ -1,9 +1,16 @@
{pkgs, ...}: {
home.packages = with pkgs; [
matugen
psmisc # for killall
];
home.file.".config/matugen/config.toml" = {
source = ./config.toml;
};
home.file.".config/matugen/templates" = {
source = ./templates;
recursive = true;
};
programs.ghostty.settings.theme = "matugen";
}