PinePhone: Difference between revisions

From NixOS Wiki
imported>Tom
Created page with "[https://en.wikipedia.org/wiki/PinePhone PinePhone] is supported by [https://mobile.nixos.org/ Mobile NixOS]. This guide is discusses how to use [https://puri.sm/posts/phosh-..."
 
imported>Tom
No edit summary
Line 1: Line 1:
[https://en.wikipedia.org/wiki/PinePhone PinePhone] is supported by [https://mobile.nixos.org/ Mobile NixOS].
[https://en.wikipedia.org/wiki/PinePhone PinePhone] is supported by [https://mobile.nixos.org/ Mobile NixOS]: https://mobile.nixos.org/devices/pine64-pinephone.html


This guide is discusses how to use [https://puri.sm/posts/phosh-overview/ Phosh], the GNOME-derived UI used by Librem and Mobian.
This guide is discusses how to use [https://puri.sm/posts/phosh-overview/ Phosh], the GNOME-derived UI used by Librem and Mobian.
Line 9: Line 9:


Working with:
Working with:
* {{pull|380|fixed device identifiers}}
* {https://github.com/NixOS/mobile-nixos/pull/380 Use the more generic device path for modem}


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">

Revision as of 05:53, 11 July 2021

PinePhone is supported by Mobile NixOS: https://mobile.nixos.org/devices/pine64-pinephone.html

This guide is discusses how to use Phosh, the GNOME-derived UI used by Librem and Mobian.

Status

Calling

Working with:

environment.systemPackages = [ pkgs.calls ];
services.dbus.packages = [ pkgs.callaudiod ];

SMS

Working with:

Camera

Working with pkgs.megapixels. Front camera causes it to crash? Works in other distros.

Disk encryption

See [1]

Recommended applications

Not all applications scale down well to mobiles.

  • pkgs.gnome.gnome-chess
  • pkgs.gnome.gnome-podcasts
  • pkgs.portfolio-filemanager

See also