enable yazi

This commit is contained in:
Adithya 2024-05-11 11:47:02 +05:30
parent 57c3899e1a
commit 0d1a6fb4cf
Signed by: adtya
GPG key ID: B8857BFBA2C47B9C

View file

@ -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;
};
}; };
} }