Tweaked flash settings

This commit is contained in:
Craige McWhirter 2020-03-30 12:09:59 +10:00
parent 3e8287bdc4
commit eecfb3a75a
Signed by: sercanto
GPG key ID: 7DBA9F5689EFB6AA

View file

@ -18,6 +18,8 @@
# Common Desktop Packages
environment.systemPackages = with pkgs; [
brave # Privacy-oriented browser
google-chrome # A freeware web browser developed by Google
chromium
elisa # Elisa music player
firefoxWrapper # install Firefox with support for plugins
@ -74,11 +76,11 @@
nixpkgs.config = {
allowUnfree = true;
firefox = {
enableGoogleTalkPlugin = true;
enableAdobeFlash = false;
enableGoogleTalkPlugin = true; # Required for Google Meet
enableAdobeFlash = false; # Disabled because Adobe Flash is just rubbish
};
chromium = {
enablePepperFlash = false; # Chromium's non-NSAPI alternative to Adobe Flash
enablePepperFlash = false; # Chromium's non-NSAPI alternative to Adobe Flash
};
};