From 2a841a5a32c6cd6a28bfc557ff7abe1d3c0a375a Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sat, 11 May 2024 11:26:09 +0800 Subject: [PATCH] feat: yazi intergration - nushell --- home/base/core/yazi.nix | 3 +-- home/base/tui/editors/packages.nix | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/home/base/core/yazi.nix b/home/base/core/yazi.nix index bd43e7b7..08fa2859 100644 --- a/home/base/core/yazi.nix +++ b/home/base/core/yazi.nix @@ -10,8 +10,7 @@ package = pkgs-unstable.yazi; # Changing working directory when exiting Yazi enableBashIntegration = true; - # TODO: nushellIntegration is broken on release-23.11, wait for master's fix to be released - enableNushellIntegration = false; + enableNushellIntegration = true; }; xdg.configFile."yazi/theme.toml".source = "${nur-ryan4yin.packages.${pkgs.system}.catppuccin-yazi}/mocha.toml"; diff --git a/home/base/tui/editors/packages.nix b/home/base/tui/editors/packages.nix index 2245f029..16c7f3bd 100644 --- a/home/base/tui/editors/packages.nix +++ b/home/base/tui/editors/packages.nix @@ -27,12 +27,14 @@ black # python formatter debugpy + # my commonly used python packages jupyter ipython pandas requests pyquery pyyaml + boto3 ## emacs's lsp-bridge dependenciesge epc