PinePhone: Difference between revisions

imported>Tom
m SMS: Remove reference to now-merged PR.
imported>Tom
m SMS: chatty no longer needs a plugin as of 0.4
Line 41: Line 41:
Working with:
Working with:
<syntaxhighlight lang="nix">
<syntaxhighlight lang="nix">
environment.systemPackages = [
environment.systemPackages = [ pkgs.chatty ];
  (pkgs.chatty.override {
    plugins = [
      pkgs.purple-mm-sms
    ];
  })
];
</syntaxhighlight>
</syntaxhighlight>