From f42211cc27fcb21b372e4a49b597c17a1f10d2ac Mon Sep 17 00:00:00 2001 From: kurogeek Date: Thu, 19 Mar 2026 10:34:55 +0700 Subject: [PATCH] mob next [ci-skip] [ci skip] [skip ci] lastFile:modules/clan/home-profiles/home-user/emmie.nix --- modules/clan/home-profiles/home-user/emmie.nix | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) 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;