Add NixOS hardware conf to Droid

This commit is contained in:
Bun 2025-04-14 00:25:39 -04:00
parent ad3c035569
commit 08e23472aa

View file

@ -14,4 +14,6 @@
desktop.enable = true;
stateVersion = "24.11";
};
nixpkgs.hostPlatform = lib.mkDefault "aarch64-linux";
}