add: hyprland colors
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user