Files
nix-stuff/home/nix-on-droid.nix
2024-08-12 14:58:38 -07:00

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";
}