Slack
From NixOS Wiki
Revision as of 03:29, 9 April 2024 by Hypnosis2839 (talk | contribs) (Remove outdated recommendations)
Slack is a communication platform with a desktop application based on Electron.
Installation
NixOS
environment.systemPackages = with pkgs; [ slack ];
Tips
Wayland
You can enable native Wayland support by launching Slack as:
$ NIXOS_OZONE_WL=1 slack
or by simply specifying this option globally:
environment.sessionVariables.NIXOS_OZONE_WL = "1";