{ pkgs, ... }: { home.packages = with pkgs; [ discord ]; xdg.desktopEntries = { discord = { name = "Discord"; # Custom options to reduce flickering under wayland. exec = "env ELECTRON_OZONE_PLATFORM_HINT= discord --enable-features=UseOzonePlatform --ozone-platform=wayland --disable-gpu"; }; }; }