From f4d1bb966cae1562b2d7baba1759b25733213539 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 1 May 2018 15:22:23 +0200 Subject: fix(config): Use OpenJDK instead of Oracle JDK --- configuration.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index af5a21cc5ed5..8d1b1d4d034d 100644 --- a/configuration.nix +++ b/configuration.nix @@ -57,6 +57,8 @@ # Configure various other applications: programs = { java.enable = true; + java.package = pkgs.openjdk; + fish.enable = true; ssh.startAgent = true; }; -- cgit 1.4.1