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 = {
|
colorschemes = {
|
||||||
catppuccin = {
|
gruvbox.enable = true;
|
||||||
enable = true;
|
|
||||||
|
|
||||||
settings = {
|
|
||||||
flavour = "mocha";
|
|
||||||
|
|
||||||
# Needed to keep terminal transparency, if any
|
|
||||||
transparent_background = false;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
{ }
|
|
||||||
|
|
@ -3,7 +3,7 @@ _:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./config
|
./config
|
||||||
# ./plugins
|
./plugins
|
||||||
];
|
];
|
||||||
|
|
||||||
config = {
|
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