This commit is contained in:
Hadi
2024-07-09 11:44:32 +02:00
parent fb73cce28a
commit 33a9386356
2 changed files with 12 additions and 3 deletions

View File

@@ -3,7 +3,10 @@
enable = true;
colorschemes.catppuccin = {
enable = true;
settings = { transparent_background = true; };
settings = {
transparent_background = true;
flavour = "mocha";
};
};
};
}