nixos/plasma5: Enable browser integration

This option is not documented anywhere and while it may be set
in configuration.nix to enable integration, having it on by
default when using both plasma and firefox is a great convenience;
just like all other desktop environments do it already.
This commit is contained in:
Klemens Nanni 2020-10-01 19:32:48 +02:00 committed by Peter Hoeg
parent 332dcda646
commit fb13347d2a

View file

@ -362,6 +362,8 @@ in
# Update the start menu for each user that is currently logged in
system.userActivationScripts.plasmaSetup = activationScript;
nixpkgs.config.firefox.enablePlasmaBrowserIntegration = true;
})
];