refactor(config): auto-import config files

This commit is contained in:
Nicolas Goudry 2024-05-27 09:39:25 +02:00
parent 1c12503ebf
commit 465916d5c1
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
5 changed files with 126 additions and 109 deletions

View file

@ -1,13 +1,14 @@
# Use catppuccin mocha variant
{
catppuccin = {
enable = true;
colorschemes = {
catppuccin = {
enable = true;
settings = {
flavour = "mocha";
settings = {
flavour = "mocha";
# Needed to keep terminal transparency, if any
transparent_background = true;
# Needed to keep terminal transparency, if any
transparent_background = true;
};
};
};
}