Former-commit-id: 33a9386356
This commit is contained in:
Hadi
2024-07-09 11:44:32 +02:00
parent ffcd2c0c19
commit b623474fc0
2 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -3,7 +3,10 @@
enable = true;
colorschemes.catppuccin = {
enable = true;
settings = { transparent_background = true; };
settings = {
transparent_background = true;
flavour = "mocha";
};
};
};
}