neovim: use catppuccin theme

This commit is contained in:
John Bowdre 2024-12-22 13:42:26 -06:00
parent 289d1ec147
commit 76965371d3
Signed by: john
SSH key fingerprint: SHA256:cZYnOxaLdo+MhBNMX38ihO/p2Kek6fBykSFoJwHBhUo

View file

@ -14,7 +14,19 @@
]; ];
programs.nixvim = { programs.nixvim = {
colorschemes.tokyonight.enable = true; colorschemes.catppuccin = {
enable = true;
settings = {
flavour = "mocha";
integrations = {
barbar = true;
gitsigns = true;
neotree = true;
telescope = true;
treesitter = true;
};
};
};
plugins = { plugins = {
web-devicons.enable = true; web-devicons.enable = true;