dsalkjdsa
This commit is contained in:
@@ -19,6 +19,10 @@
|
||||
./profiles/update-diff.nix
|
||||
];
|
||||
|
||||
home.packages = [
|
||||
pkgs.android-tools
|
||||
];
|
||||
|
||||
# https://docs.astral.sh/uv/configuration/files/
|
||||
# https://docs.astral.sh/uv/reference/settings/
|
||||
xdg.configFile."uv/uv.toml".source = (pkgs.formats.toml { }).generate "uv-config" {
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
# problem:
|
||||
adb-tailscale-connect() {
|
||||
if ! command -v adb >/dev/null; then
|
||||
echo >&2 "'adb' not found in PATH!"
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user