Commit 94cd186
Changed files (1)
home
base
tui
home/base/tui/uv.nix
@@ -0,0 +1,8 @@
+{...}: {
+ programs.uv = {
+ enable = true;
+ settings = {
+ index-url = "https://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple";
+ };
+ };
+}