diff --git a/users/youwen/common/neovim/default.nix b/users/youwen/common/neovim/default.nix index 20357ad..a149a4c 100644 --- a/users/youwen/common/neovim/default.nix +++ b/users/youwen/common/neovim/default.nix @@ -335,15 +335,6 @@ silent = true; }; } - { - action = '':lua require("yazi").yazi("cwd")''; - key = "mm"; - options = { - desc = "Open Yazi current nvim working directory"; - noremap = true; - silent = true; - }; - } # { # action = ":Yazi"; # key = "mf"; @@ -575,4 +566,9 @@ }) ]; }; + programs.yazi = { + enable = true; + enableBashIntegration = true; + enableFishIntegration = true; + }; } diff --git a/users/youwen/linux/theming/catppuccin.nix b/users/youwen/linux/theming/catppuccin.nix index 4e08a2f..e6b4b43 100755 --- a/users/youwen/linux/theming/catppuccin.nix +++ b/users/youwen/linux/theming/catppuccin.nix @@ -15,4 +15,8 @@ enable = true; flavor = "mocha"; }; + programs.yazi.catppuccin = { + enable = true; + flavor = "macchiato"; + }; }