enable yazi
This commit is contained in:
parent
57c3899e1a
commit
0d1a6fb4cf
1 changed files with 10 additions and 3 deletions
|
@ -8,8 +8,15 @@
|
|||
click-policy = "double";
|
||||
};
|
||||
};
|
||||
programs.fd = {
|
||||
enable = true;
|
||||
ignores = [ ".git/" "node_modules/" ];
|
||||
programs = {
|
||||
fd = {
|
||||
enable = true;
|
||||
ignores = [ ".git/" "node_modules/" ];
|
||||
};
|
||||
yazi = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
};
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue