add plugins
This commit is contained in:
parent
c363306635
commit
bea0d00a85
4 changed files with 7 additions and 12 deletions
|
|
@ -1,14 +1,5 @@
|
|||
{
|
||||
colorschemes = {
|
||||
catppuccin = {
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
flavour = "mocha";
|
||||
|
||||
# Needed to keep terminal transparency, if any
|
||||
transparent_background = false;
|
||||
};
|
||||
};
|
||||
gruvbox.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
@ -1 +0,0 @@
|
|||
{ }
|
||||
|
|
@ -3,7 +3,7 @@ _:
|
|||
{
|
||||
imports = [
|
||||
./config
|
||||
# ./plugins
|
||||
./plugins
|
||||
];
|
||||
|
||||
config = {
|
||||
|
|
|
|||
5
plugins/default.nix
Normal file
5
plugins/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
plugins = {
|
||||
treesitter.enable = true;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue