init
This commit is contained in:
commit
6eae514dab
15 changed files with 500 additions and 0 deletions
8
plugins/theme.nix
Normal file
8
plugins/theme.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{...}: {
|
||||
vim.theme = {
|
||||
enable = true;
|
||||
name = "catppuccin";
|
||||
style = "mocha";
|
||||
transparent = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue