about summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-04 23:42:26 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-04 23:45:20 +0200
commit78e21864eadb055da7648563185e517442de0a72 (patch)
tree7e739a8f36a997d1948e0cd30c5556256984967a /modules
parent845d770d534402f45b50dfd9d3436bc9a5ae9563 (diff)
aszlig/profiles/base: Use IcedTea for FireFox
I use FireFox occasionally for whenever I'm forced to run ugly Java
plugins (in particular Hetzner's Lara machines use it).

I hope IcedTea is capable of running the Lara plugin, but even when not,
it's not a big deal-breaker as I didn't have to use Lara consoles for a
whole while now. And if it's the case, I can still look for a "fix" :-)

So another step towards being free of proprietary software.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules')
-rw-r--r--modules/user/aszlig/profiles/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/aszlig/profiles/base.nix b/modules/user/aszlig/profiles/base.nix
index df384be6..eeb193d2 100644
--- a/modules/user/aszlig/profiles/base.nix
+++ b/modules/user/aszlig/profiles/base.nix
@@ -66,7 +66,7 @@ in {
 
     nixpkgs.config = {
       pulseaudio = true;
-      firefox.jre = true;
+      firefox.icedtea = true;
 
       # Needed for CPU microcode
       allowUnfree = true;