From 78e21864eadb055da7648563185e517442de0a72 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 4 May 2016 23:42:26 +0200 Subject: 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 --- modules/user/aszlig/profiles/base.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user/aszlig') 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; -- cgit 1.4.1