feat: access extraPackages in neovim's terminal - add a shell wrapper

This commit is contained in:
Ryan Yin
2023-12-06 12:28:01 +08:00
parent b0e481a1f1
commit 087d38487c
7 changed files with 278 additions and 222 deletions

View File

@@ -15,7 +15,7 @@
#############################################################
home.packages = with pkgs; [
(python311.withPackages (
(python3.withPackages (
ps:
with ps; [
ipython