Tweaked flash settings
This commit is contained in:
parent
3e8287bdc4
commit
eecfb3a75a
|
@ -18,6 +18,8 @@
|
||||||
|
|
||||||
# Common Desktop Packages
|
# Common Desktop Packages
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
brave # Privacy-oriented browser
|
||||||
|
google-chrome # A freeware web browser developed by Google
|
||||||
chromium
|
chromium
|
||||||
elisa # Elisa music player
|
elisa # Elisa music player
|
||||||
firefoxWrapper # install Firefox with support for plugins
|
firefoxWrapper # install Firefox with support for plugins
|
||||||
|
@ -74,11 +76,11 @@
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
firefox = {
|
firefox = {
|
||||||
enableGoogleTalkPlugin = true;
|
enableGoogleTalkPlugin = true; # Required for Google Meet
|
||||||
enableAdobeFlash = false;
|
enableAdobeFlash = false; # Disabled because Adobe Flash is just rubbish
|
||||||
};
|
};
|
||||||
chromium = {
|
chromium = {
|
||||||
enablePepperFlash = false; # Chromium's non-NSAPI alternative to Adobe Flash
|
enablePepperFlash = false; # Chromium's non-NSAPI alternative to Adobe Flash
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue