mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 18:16:13 +01:00
15 lines
288 B
Nix
15 lines
288 B
Nix
{
|
|
system = "aarch64-linux";
|
|
username = "u0_a269";
|
|
homeDirectory = "/data/data/com.termux/files/home";
|
|
hostname = "edge";
|
|
|
|
modules = [
|
|
# ../hm-modules/emacs
|
|
({ nixpkgs, ... }: _: {
|
|
home.packages = [ nixpkgs.emacs ];
|
|
home.stateVersion = "20.09";
|
|
})
|
|
];
|
|
}
|