hermes:phoebe: Remove deprecated plasma-browser-integration for firefox

There is new nativeMassagingHosts option being suggested instead, but
the thing is, plasma-browser-integration for firefox is already enabled
by plasma-desktop itself in nixpkgs. So when it is enabled again by user
config, there is a conflict and the config does not build.

Still need to see if this allows user applicable config instead
This commit is contained in:
Payas Relekar 2023-12-26 22:21:07 +05:30
parent 5f330c4b92
commit d72e57b76e
3 changed files with 4 additions and 9 deletions

View file

@ -28,7 +28,6 @@
digikam digikam
okular okular
kcalc kcalc
firefox-wayland
ark # munging archives ark # munging archives
unrar # So ark can open .rar files unrar # So ark can open .rar files
spectacle spectacle

View file

@ -21,7 +21,6 @@
# apps # apps
vlc vlc
strawberry strawberry
firefox-wayland
nheko nheko
# utilities # utilities

View file

@ -32,6 +32,10 @@
programs = { programs = {
xwayland.enable = true; xwayland.enable = true;
kdeconnect.enable = true; kdeconnect.enable = true;
firefox = {
enable = true;
preferencesStatus = "user";
};
}; };
qt.platformTheme = "kde"; qt.platformTheme = "kde";
@ -45,13 +49,6 @@
fi fi
''; '';
nixpkgs = {
config = {
# Enable plasma integration
firefox.enablePlasmaBrowserIntegration = true;
};
};
environment = { environment = {
plasma5.excludePackages = with pkgs; [ plasma5.excludePackages = with pkgs; [
plasma5Packages.oxygen plasma5Packages.oxygen