diff options
author | Thanos Apollo <[email protected]> | 2024-11-11 19:17:36 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-11-11 19:17:36 +0200 |
commit | 21637512005bbc49ca7eeccab3d0eb9af1083ffe (patch) | |
tree | 96220f5884a82b5970fea802c9974f6579fc53ac /guix/home.scm | |
parent | dfe7cdbef9a961d3b06d08e4619d9eb48141df6b (diff) |
guix: home: Remove python next.
Diffstat (limited to 'guix/home.scm')
-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 |