toUnstable

This commit is contained in:
2024-07-14 15:23:20 +02:00
parent 06bcf6eef3
commit 9be90dc19b
21 changed files with 602 additions and 252 deletions

View File

@@ -0,0 +1,11 @@
{ pkgs, ... }: {
programs.nixvim = {
enable = true;
colorscheme = "catppuccin";
colorschemes.catppuccin = {
enable = true;
settings = { flavour = "mocha"; };
};
};
}