feat: add work laptop configuration
This commit is contained in:
10
home/dogar/common/optional/uv.nix
Normal file
10
home/dogar/common/optional/uv.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
...
|
||||
}: {
|
||||
programs.uv = {
|
||||
enable = true;
|
||||
settings = {
|
||||
pip.index-url = "https://pip.dogar.dev";
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user