Former-commit-id: 767e9d182d
This commit is contained in:
Hadi
2024-04-14 21:59:30 +02:00
parent 0cc43ddbb5
commit edcb1af2d9
16 changed files with 82 additions and 71 deletions
+4 -2
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; };
};
};
}