diff --git a/modules/clan/home-profiles/home-user/emmie.nix b/modules/clan/home-profiles/home-user/emmie.nix index 603e4e2..888ec39 100644 --- a/modules/clan/home-profiles/home-user/emmie.nix +++ b/modules/clan/home-profiles/home-user/emmie.nix @@ -97,14 +97,7 @@ vlc thunderbird wasabiwallet - # quick fix for https://github.com/NixOS/nixpkgs/issues/365156 - (protonmail-desktop.overrideAttrs (oldAttrs: { - postInstall = (oldAttrs.postInstall or "") + '' - sed -i \ - 's|^Exec=proton-mail %U$|Exec=env XDG_SESSION_TYPE=x11 proton-mail %U|' \ - usr/share/applications/proton-mail.desktop - ''; - })) + protonmail-desktop ]; }; programs.chromium.package = pkgs.brave;