Many things
This commit is contained in:
parent
3b11f01f84
commit
6b3c9e83f7
17 changed files with 139 additions and 28 deletions
15
hosts/oneplus5t/default.nix
Normal file
15
hosts/oneplus5t/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
signing.enable = true;
|
||||
|
||||
# apps.prebuilt = {
|
||||
# whatsapp.apk = (pkgs.fetchurl {
|
||||
# url = "https://d.apkpure.com/b/APK/com.whatsapp?versionCode=222403004";
|
||||
# sha256 = "0000000000000000000000000000000000000000000000000000000000000000";
|
||||
# });
|
||||
# };
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue