diff --git a/home/base.nix b/home/base.nix index 92bec9d..ca3fca2 100644 --- a/home/base.nix +++ b/home/base.nix @@ -12,7 +12,7 @@ home.packages = with pkgs; [ file - python3 + (python3.withPackages (ps: with ps; [ debugpy ])) sshfs ripgrep ];