add termux device type with shared home-manager userspace module

This commit is contained in:
2026-08-06 17:53:11 +03:00
parent 8434688515
commit 6b426eaa55
9 changed files with 293 additions and 279 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
};
};
nix-on-droid = {
url = "github:nix-community/nix-on-droid/testing"; # same branch as test/ on the device
url = "github:nix-community/nix-on-droid/testing"; # testing branch, used on the device
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";