8 lines
177 B
Nix
8 lines
177 B
Nix
{ ... }:
|
|
{
|
|
imports = [ ../common/home.nix ];
|
|
home.stateVersion = "24.05";
|
|
home.homeDirectory = "/data/data/com.termux.nix/files/home";
|
|
home.username = "nix-on-droid";
|
|
}
|