diff options
author | Adrian Kummerlaender | 2018-07-28 19:01:41 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2018-07-28 19:01:41 +0200 |
commit | ca7b9d75f96c219900481f8cfb4555a686252736 (patch) | |
tree | 52663119fa59bfdb12e397607e23b647d5f21be4 | |
parent | 63e01c7415d2db73a13a6d0e1ef03fb57d9589bc (diff) | |
download | nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.tar nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.tar.gz nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.tar.bz2 nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.tar.lz nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.tar.xz nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.tar.zst nixos_home-ca7b9d75f96c219900481f8cfb4555a686252736.zip |
Disable Flash in Firefox
-rw-r--r-- | gui/apps/web.nix | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gui/apps/web.nix b/gui/apps/web.nix index 157fbeb..2d74ed3 100644 --- a/gui/apps/web.nix +++ b/gui/apps/web.nix @@ -8,10 +8,7 @@ ]; }; - programs.firefox = { - enable = true; - enableAdobeFlash = true; - }; + programs.firefox.enable = true; services.syncthing.enable = true; } |