added nix-on-droid home config

This commit is contained in:
2025-01-16 19:03:10 -06:00
parent 598993d244
commit aa5075d03a
2 changed files with 10 additions and 47 deletions

View File

@@ -135,9 +135,17 @@
"nix-on-droid" = home-manager.lib.homeManagerConfiguration {
pkgs = import nixpkgs { system = "arm64-linux"; };
pkgs = import nixpkgs { system = "aarch64-linux"; };
modules = [ ./home-manager/nathan ];
modules = [
./home-manager/nathan
{
config.homeconfig = {
wal.enable = true;
calcurse.enable = true;
};
}
];
};
};
};