Discord: Difference between revisions
imported>Root-Time mNo edit summary |
imported>Rrdpad fix syntax highlight |
||
Line 43: | Line 43: | ||
Screen sharing with audio is achievable using `pkgs.Vesktop`. To enable this feature, include it in the system packages as follows: | Screen sharing with audio is achievable using `pkgs.Vesktop`. To enable this feature, include it in the system packages as follows: | ||
<syntaxhighlight lang="nix"> | |||
environment.systemPackages = [ | environment.systemPackages = [ | ||
pkgs.vesktop | pkgs.vesktop | ||
]; | ]; | ||
</syntaxhighlight> | |||
Then, execute it using `vencorddesktop`. | Then, execute it using `vencorddesktop`. |