[Desktop/Browser+Gnome+Plasma] use config overrides for firefox instead of overriding package directly

This commit is contained in:
Antoine Viallon 2023-05-11 19:12:32 +02:00
parent 1d8c452fa2
commit 29b799da7c
Signed by: aviallon
GPG key ID: 186FC35EDEB25716
2 changed files with 7 additions and 3 deletions

View file

@ -74,9 +74,11 @@ in {
libreoffice-qt
(myFirefox.override { enablePlasmaBrowserIntegration = true; })
myFirefox
];
aviallon.desktop.browser.firefox.overrides.enablePlasmaBrowserIntegration = true;
environment.profileRelativeSessionVariables = {
QT_PLUGIN_PATH = mkForce []; # Remove as it causes many issues when pulling one package from nixos-unstable
};