Fixed misconfiguration in yazi config

This commit is contained in:
2025-04-15 11:56:28 +01:00
parent 2c21bb6828
commit 4b6531b749

View File

@@ -9,7 +9,7 @@
programs.yazi = {
enable = true;
package = unstablePkgs.yazi;
programs.yazi.enableNushellIntegration = true;
enableNushellIntegration = true;
initLua = ./yazi/init.lua;
# plugins = {
# chmod = ./yazi/plugins/core/chmod.yazi;