diff --git a/modules/clan/home-profiles/home-user/emmie.nix b/modules/clan/home-profiles/home-user/emmie.nix index 603e4e2..eec58c5 100644 --- a/modules/clan/home-profiles/home-user/emmie.nix +++ b/modules/clan/home-profiles/home-user/emmie.nix @@ -92,19 +92,11 @@ element-desktop signal-desktop brave - firefox keepassxc 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;