From 16545ae411aa886e94be0deaae79e07f39b9adfb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 2 Feb 2024 08:51:02 -0800 Subject: install firefox The firefox packages for darwin are broken. `bandithedoge/nixpkgs-firefox-darwin` provides an overlay to install the package on darwin. Add some specific configurations to make firefox work as I want out of the box. We also add NUR to install some firefox extensions (ublock, 1password). --- hosts/mba/default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'hosts/mba') diff --git a/hosts/mba/default.nix b/hosts/mba/default.nix index ad84035..04d6066 100644 --- a/hosts/mba/default.nix +++ b/hosts/mba/default.nix @@ -9,6 +9,9 @@ }; }; + # in order to install things like 1password's extensions + nixpkgs.config.allowUnfree = true; + programs.zsh.enable = true; # Required for homebrew on aarch64 -- cgit 1.4.1