Add uv (for python) to default installed packages
This commit is contained in:
parent
057281fee5
commit
1ae4c48560
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue