diff options
Diffstat (limited to 'robotnix/payton.nix')
| -rw-r--r-- | robotnix/payton.nix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/robotnix/payton.nix b/robotnix/payton.nix new file mode 100644 index 0000000..b0f7786 --- /dev/null +++ b/robotnix/payton.nix @@ -0,0 +1,13 @@ +{...}: { + flavor = "lineageos"; + + # motorola moto x4 (payton) + device = "payton"; + + # latest supported version: + # check https://download.lineageos.org/devices/payton/builds + flavorVersion = "22.2"; + + apps.fdroid.enable = true; + microg.enable = true; +} |
