nix-on-droid home manager integration

This commit is contained in:
2025-01-26 17:26:13 +00:00
parent bf026690ae
commit 3136df53b7
4 changed files with 189 additions and 1 deletions

View File

@@ -24,6 +24,7 @@
nix-on-droid = {
url = "github:nix-community/nix-on-droid/release-24.05";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
};