Change theme to catppuccin

This commit is contained in:
Yorick Barbanneau 2024-03-24 22:14:50 +01:00
parent eeec07802e
commit 99f2bc3b3f
2 changed files with 6 additions and 40 deletions

View file

@ -50,7 +50,7 @@ in
'';
}
{
plugin = onedark-nvim;
plugin = catppuccin-nvim;
type = "lua";
config = (builtins.readFile ./files/theme.lua);
}