dotfiles/nixos/systems/edge.nix
2021-02-02 20:35:29 +01:00

15 lines
259 B
Nix

{
system = "aarch64-linux";
username = "u0_a269";
homeDirectory = "/data/data/com.termux/files/home";
hostname = "edge";
modules = [
# ../hm-modules/emacs
(_: _: {
home.packages = [ ];
home.stateVersion = "20.09";
})
];
}