diff --git a/users/alice/home.nix b/users/alice/home.nix index 9802275..3e43eae 100644 --- a/users/alice/home.nix +++ b/users/alice/home.nix @@ -42,6 +42,13 @@ packages = with pkgs; [ gnumake python3 + poetry + + # pre-commit + pre-commit + deadnix + statix + nil # useful tools ncdu diff --git a/users/alice/home/doom/init.el b/users/alice/home/doom/init.el index cdaf058..9ad90a9 100644 --- a/users/alice/home/doom/init.el +++ b/users/alice/home/doom/init.el @@ -158,7 +158,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - (python +lsp +pyright +tree-sitter) ; beautiful is better than ugly + (python +lsp +poetry +tree-sitter) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;raku ; the artist formerly known as perl6 diff --git a/utils/diff-evals.sh b/utils/diff-evals.sh old mode 100644 new mode 100755 diff --git a/utils/eval-to-drv.sh b/utils/eval-to-drv.sh old mode 100644 new mode 100755