diff --git a/nixos/configuration.nix b/nixos/configuration.nix index 5f14e12..ed77261 100755 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -120,10 +120,6 @@ # packages = with pkgs; []; use home-manager instead! }; - # Install firefox. - # We disable this because we're using zen-browser in the flake.nix - programs.firefox.enable = false; - # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;