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

This reverts commit 27a704ef38.
This commit is contained in:
Payas Relekar 2023-11-05 14:47:58 +05:30
parent 51df12cc62
commit a6ea26b17c
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