diff options
| author | andromeda <andromeda@lenovo> | 2026-01-26 21:40:03 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-01-26 21:40:03 +0100 |
| commit | 8c0db96ca409b93313111352a2cc454281c8285e (patch) | |
| tree | 41d2050a40ae15c26334898233791eeb4b7bc455 /robotnix | |
| parent | 2386fea0ebfedd486e8945b19b3ff4898c29a75e (diff) | |
robot, also continuwuity, also zramrobotnix
Diffstat (limited to 'robotnix')
| -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; +} |
