fmt: hand7sfmt
Signed-off-by: s0me1newithhand7s <117505144+s0me1newithhand7s@users.noreply.github.com>
This commit is contained in:
parent
b1e010ca53
commit
908b532a12
3 changed files with 19 additions and 21 deletions
|
|
@ -57,12 +57,15 @@
|
|||
cursor_blink = true;
|
||||
};
|
||||
|
||||
plugins = with pkgs.yaziPlugins; {
|
||||
starship = starship;
|
||||
rsync = rsync;
|
||||
git = git;
|
||||
chmod = chmod;
|
||||
full-border = full-border;
|
||||
plugins = {
|
||||
inherit
|
||||
(pkgs.yaziPlugins)
|
||||
starship
|
||||
rsync
|
||||
git
|
||||
chmod
|
||||
full-border
|
||||
;
|
||||
};
|
||||
|
||||
initLua = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue