Commit 94cd186

HPCesia <me@hpcesia.com>
2025-07-08 06:13:31
feat(app): add uv config
1 parent 2fed813
Changed files (1)
home
base
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";
+    };
+  };
+}