Added nix-on-droid.nix

This commit is contained in:
2024-09-13 22:02:20 -03:00
parent e22dfe43ea
commit a569d08bc9
2 changed files with 41 additions and 1 deletions

View File

@@ -216,7 +216,7 @@
nixOnDroidConfigurations.default = nix-on-droid.lib.nixOnDroidConfiguration {
pkgs = import nixpkgs {system = "aarch64-linux";};
modules = [
./modules/system.nix
./modules/nix-on-droid.nix
./home
./home/shell
];