remove firefox

This commit is contained in:
Seaswimmer 2024-11-16 19:34:21 -05:00
parent ecc8942a37
commit c7187e2509
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087

View file

@ -86,7 +86,8 @@
}; };
# Install firefox. # Install firefox.
programs.firefox.enable = true; # We disable this because we're using zen-browser in the flake.nix
programs.firefox.enable = false;
# Allow unfree packages # Allow unfree packages
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;