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 = {
|
programs.yazi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = unstablePkgs.yazi;
|
package = unstablePkgs.yazi;
|
||||||
programs.yazi.enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
initLua = ./yazi/init.lua;
|
initLua = ./yazi/init.lua;
|
||||||
# plugins = {
|
# plugins = {
|
||||||
# chmod = ./yazi/plugins/core/chmod.yazi;
|
# chmod = ./yazi/plugins/core/chmod.yazi;
|
||||||
|
|||||||
Reference in New Issue
Block a user