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";
|
click-policy = "double";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
programs.fd = {
|
programs = {
|
||||||
enable = true;
|
fd = {
|
||||||
ignores = [ ".git/" "node_modules/" ];
|
enable = true;
|
||||||
|
ignores = [ ".git/" "node_modules/" ];
|
||||||
|
};
|
||||||
|
yazi = {
|
||||||
|
enable = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue