dsalkjdsa
This commit is contained in:
@@ -23,7 +23,10 @@ let
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
home-manager.sharedModules = [
|
||||
inputs.sops-nix.homeManagerModules.sops
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
(
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
or inputs.nix-index-database.homeModules.nix-index # old attrname
|
||||
)
|
||||
];
|
||||
|
||||
# still needed even if using networkd
|
||||
|
||||
@@ -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