feat: yazi intergration - nushell

This commit is contained in:
Ryan Yin
2024-05-11 11:26:09 +08:00
parent e97e61c8d2
commit 2a841a5a32
2 changed files with 3 additions and 2 deletions

View File

@@ -10,8 +10,7 @@
package = pkgs-unstable.yazi; package = pkgs-unstable.yazi;
# Changing working directory when exiting Yazi # Changing working directory when exiting Yazi
enableBashIntegration = true; enableBashIntegration = true;
# TODO: nushellIntegration is broken on release-23.11, wait for master's fix to be released enableNushellIntegration = true;
enableNushellIntegration = false;
}; };
xdg.configFile."yazi/theme.toml".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-yazi}/mocha.toml"; xdg.configFile."yazi/theme.toml".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-yazi}/mocha.toml";

View File

@@ -27,12 +27,14 @@
black # python formatter black # python formatter
debugpy debugpy
# my commonly used python packages
jupyter jupyter
ipython ipython
pandas pandas
requests requests
pyquery pyquery
pyyaml pyyaml
boto3
## emacs's lsp-bridge dependenciesge ## emacs's lsp-bridge dependenciesge
epc epc