remove firefox
This commit is contained in:
parent
ecc8942a37
commit
c7187e2509
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue