about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-06-30 03:49:23 +0200
committeraszlig <aszlig@nix.build>2018-06-30 03:49:23 +0200
commit8f8c8481324e957bc6f289c1874fa16768ebb41d (patch)
tree4657852fcc24f8d106a7bfc5eac7ddd9b7be221a /modules
parent4ba66ee0f672aa12ad93ad60edeaded4713fcc95 (diff)
profiles/base: Remove IcedTea Firefox plugin
I really didn't use it at all and there is also no reason to keep it
there anyway.

Signed-off-by: aszlig <aszlig@nix.build>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index db526d60..f92f8799 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -69,7 +69,6 @@ in {
 
     nixpkgs.config = {
       pulseaudio = true;
-      firefox.icedtea = true;
       allowBroken = true;
     };