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