Add uv (for python) to default installed packages

This commit is contained in:
Evie Litherland-Smith 2025-02-26 06:23:35 +00:00
parent 057281fee5
commit 1ae4c48560

View file

@ -34,11 +34,14 @@
stylua stylua
nodePackages.prettier nodePackages.prettier
## Language servers ## Language Servers
nixd nixd
basedpyright basedpyright
lua-language-server lua-language-server
rust-analyzer rust-analyzer
# Other Utilities
uv
]; ];
home.file.".ipython/profile_default/ipython_config.json".source = ./ipython_config.json; home.file.".ipython/profile_default/ipython_config.json".source = ./ipython_config.json;
xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml; xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml;