Revert "hermes: Update firefox config for plasma browser integration"

This reverts commit 99f740631e.
This commit is contained in:
Payas Relekar 2023-10-28 19:16:51 +05:30
parent e8fccc7df9
commit beffb5fe11
2 changed files with 7 additions and 8 deletions

View file

@ -44,14 +44,6 @@
direnv.enable = true;
dconf.enable = true;
firefox = {
enable = true;
preferencesStatus = "user";
nativeMessagingHosts.packages = with pkgs; [
plasma-browser-integration
];
};
nix-ld = {
enable = true;
libraries = with pkgs; [

View file

@ -42,6 +42,13 @@
fi
'';
nixpkgs = {
config = {
# Enable plasma integration
firefox.enablePlasmaBrowserIntegration = true;
};
};
environment = {
plasma5.excludePackages = with pkgs; [
plasma5Packages.oxygen