diff --git a/.config/nix/darwin/configuration.nix b/.config/nix/darwin/configuration.nix index c0bf2bd..e36e8f1 100644 --- a/.config/nix/darwin/configuration.nix +++ b/.config/nix/darwin/configuration.nix @@ -100,7 +100,10 @@ home.stateVersion = "22.05"; programs = { - browserpass.enable = true; + browserpass = { + enable = true; + browsers = [ "brave" "chrome" ]; # Arc and Chrome share the same `Application Support` dir, not sure why tbh. + }; }; # Swap CapsLock with Esc for better vi-mode experience.