mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/home-profiles/home-user/emmie.nix
This commit is contained in:
@@ -97,7 +97,14 @@
|
||||
vlc
|
||||
thunderbird
|
||||
wasabiwallet
|
||||
protonmail-desktop
|
||||
# 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
|
||||
'';
|
||||
}))
|
||||
];
|
||||
};
|
||||
programs.chromium.package = pkgs.brave;
|
||||
|
||||
Reference in New Issue
Block a user