PinePhone: Difference between revisions

imported>Tom
Calling: Remove stale known issue. Fixed in phosh 0.13
imported>Tom
Calling: Use the new programs.calls
Line 29: Line 29:
=== Calling ===
=== Calling ===


Working with the following (pr: https://github.com/NixOS/nixpkgs/pull/131695/ ):
Working with:


<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
environment.systemPackages = [ pkgs.calls ];
programs.calls.enable = true;
services.dbus.packages = [ pkgs.callaudiod ];
</syntaxhighlight>
</syntaxhighlight>