diff options
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/guix/home.scm b/guix/home.scm index 0b823d0..2a54561 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -30,8 +30,7 @@ "emacs-debbugs" "emacs-0x0" "emacs-emojify")) (define thanos/python-packages - '("python-next" "python-pip" "python-lsp-server" "python-numpy" - "tree-sitter-python")) + '("python-next" "python-pip" "python-lsp-server" "python-numpy")) (home-environment (packages (specifications->packages |