add plugins

This commit is contained in:
Osman Faruk Bayram 2024-12-14 03:24:46 +03:00
parent c363306635
commit bea0d00a85
4 changed files with 7 additions and 12 deletions

View file

@ -1,14 +1,5 @@
{ {
colorschemes = { colorschemes = {
catppuccin = { gruvbox.enable = true;
enable = true;
settings = {
flavour = "mocha";
# Needed to keep terminal transparency, if any
transparent_background = false;
};
};
}; };
} }

View file

@ -1 +0,0 @@
{ }

View file

@ -3,7 +3,7 @@ _:
{ {
imports = [ imports = [
./config ./config
# ./plugins ./plugins
]; ];
config = { config = {

5
plugins/default.nix Normal file
View file

@ -0,0 +1,5 @@
{
plugins = {
treesitter.enable = true;
}
}