feat: add yazi, use treesitter for highlight
This commit is contained in:
parent
95b077c2ba
commit
4f118319d3
6 changed files with 67 additions and 24 deletions
12
config/ui.nix
Normal file
12
config/ui.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
{ helpers, ... }:
|
||||
{
|
||||
colorschemes.catppuccin = {
|
||||
enable = true;
|
||||
settings = {
|
||||
flavour = "mocha";
|
||||
};
|
||||
};
|
||||
plugins.bufferline = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue