feat: cleaned up some stuff

This commit is contained in:
Nick 2024-10-11 15:20:01 -05:00
parent cbb7128218
commit de63708b61
22 changed files with 85 additions and 31 deletions

View file

@ -3,5 +3,11 @@
enable = true;
config.theme = "catppuccin-macchiato";
};
xdg.configFile."bat/themes/catppuccin-mocha.tmTheme".source = ./catppuccin-macchiato.tmTheme;
home = {
file = {
"./.config/bat/themes/macchiato.tmTheme" = {
source = ./macchiato.tmTheme;
};
};
};
}