Add uv (for python) to default installed packages
This commit is contained in:
parent
057281fee5
commit
1ae4c48560
|
@ -34,11 +34,14 @@
|
|||
stylua
|
||||
nodePackages.prettier
|
||||
|
||||
## Language servers
|
||||
## Language Servers
|
||||
nixd
|
||||
basedpyright
|
||||
lua-language-server
|
||||
rust-analyzer
|
||||
|
||||
# Other Utilities
|
||||
uv
|
||||
];
|
||||
home.file.".ipython/profile_default/ipython_config.json".source = ./ipython_config.json;
|
||||
xdg.configFile."ruff/pyproject.toml".source = ./ruff.toml;
|
||||
|
|
Loading…
Reference in a new issue