Update firefox.nix

This commit is contained in:
pasqui23 2017-10-12 02:17:05 +02:00 committed by GitHub
parent c745083109
commit 2336a3b05d

View file

@ -36,7 +36,7 @@ in
enableIcedtea = mkOption {
type = types.bool;
default = false;
description = "Whether to enable the unfree Google Talk plugin.";
description = "Whether to enable the java applet plugin.";
};
};
};