{ pkgs , ... }: { home.packages = with pkgs; [ ty uv ]; programs.emacs.extraPackages = epkgs: (with epkgs; [ (treesit-grammars.with-grammars (grammars: with grammars; [ tree-sitter-python ])) ]); }