home-manager: add nix-on-droid home
This commit is contained in:
parent
0f5bd0f4ae
commit
a52685a859
@ -325,6 +325,14 @@
|
|||||||
nixpkgs = inputs.nixpkgs-unstable;
|
nixpkgs = inputs.nixpkgs-unstable;
|
||||||
home-manager = inputs.home-manager-unstable;
|
home-manager = inputs.home-manager-unstable;
|
||||||
};
|
};
|
||||||
|
"nix-on-droid" = mkHome {
|
||||||
|
username = "nix-on-droid";
|
||||||
|
homeDirectory = "/data/data/com.termux.nix/files/home";
|
||||||
|
system = "aarch64-linux";
|
||||||
|
stateVersion = "23.11";
|
||||||
|
nixpkgs = inputs.nixpkgs-unstable;
|
||||||
|
home-manager = inputs.home-manager-unstable;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}; # end outputs
|
}; # end outputs
|
||||||
} # end flake
|
} # end flake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user