Discord: Difference between revisions
imported>Artturin Add openasar fix |
imported>Root-Time mNo edit summary |
||
Line 36: | Line 36: | ||
{{ warning | Do not remove the parentheses, or it will not work. }} | {{ warning | Do not remove the parentheses, or it will not work. }} | ||
=== Screensharing with audio on wayland === | |||
==== Vesktop ==== | |||
Screen sharing with audio is achievable using `pkgs.Vesktop`. To enable this feature, include it in the system packages as follows: | |||
```nix | |||
environment.systemPackages = [ | |||
pkgs.vesktop | |||
]; | |||
``` | |||
Then, execute it using `vencorddesktop`. | |||
== Join the NixOS Discord == | == Join the NixOS Discord == |