From 4cfd9973cd8ad7fab8a9f0c42e9f5dc30e75d461 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 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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;