diff options
| author | Franck Cuny <franck@fcuny.net> | 2024-02-02 08:51:02 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2024-02-02 08:53:16 -0800 |
| commit | 16545ae411aa886e94be0deaae79e07f39b9adfb (patch) | |
| tree | 890d35ae99c9aa397d34baf4607853760f5098dd /home/darwin.nix | |
| parent | run CI commands in a nix shell (diff) | |
| download | infra-16545ae411aa886e94be0deaae79e07f39b9adfb.tar.gz | |
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).
Diffstat (limited to 'home/darwin.nix')
| -rw-r--r-- | home/darwin.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/darwin.nix b/home/darwin.nix index 17eecd0..defd381 100644 --- a/home/darwin.nix +++ b/home/darwin.nix @@ -4,6 +4,7 @@ imports = [ ./dev.nix + ./firefox.nix ./git.nix ./ssh.nix ./zsh.nix |
