refactor(config): auto-import config files
This commit is contained in:
parent
1c12503ebf
commit
465916d5c1
5 changed files with 126 additions and 109 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue