From 4a63af68cf9d7c84074d2ec5382ce0dd839cfa4a Mon Sep 17 00:00:00 2001 From: Gabriel Ebner Date: Sat, 26 Dec 2020 12:12:42 +0100 Subject: [PATCH] disable firefox --- common-sw.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common-sw.nix b/common-sw.nix index e56ecb8..ceeba54 100644 --- a/common-sw.nix +++ b/common-sw.nix @@ -2,7 +2,7 @@ { imports = [ - ./fix-firefox.nix + # ./fix-firefox.nix ]; environment.systemPackages = with pkgs.haskellPackages; with pkgs; [ @@ -11,7 +11,7 @@ (pkgs.openjdk14 or pkgs.openjdk12 or pkgs.openjdk11 or pkgs.openjdk10 or openjdk8) sbt scala chromium - firefox + # firefox qalculate-gtk libqalculate viewnior