add desktop platform home

This commit is contained in:
Fabian Montero 2024-09-08 15:23:22 -06:00
parent a598918c63
commit 887b1a8945
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
26 changed files with 2608 additions and 13 deletions

View file

@ -1,5 +1,5 @@
lib:
with lib; {
android_sdk.accept_license = true;
android_sdk.accept_license = true; #TODO: what the fuck is this
allowUnfreePredicate = pkg: import ./unfree.nix lib (getName pkg);
}