mirror of
https://github.com/Cian-H/My_NixOS_Config.git
synced 2025-12-22 15:01:57 +00:00
Fixed misconfiguration in yazi config
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user