This commit is contained in:
Hadi
2024-04-14 21:59:30 +02:00
parent 21ce99bfe8
commit 767e9d182d
16 changed files with 82 additions and 71 deletions

View File

@@ -23,8 +23,10 @@
programs.nixvim = {
enable = true;
colorschemes.catppuccin.enable = true;
colorschemes.catppuccin.transparentBackground = true;
colorschemes.catppuccin = {
enable = true;
settings = { transparentBackground = true; };
};
};
}