chore(nix): Only enable browserpass for chrome (arc) and brave
This commit is contained in:
parent
ecaf288606
commit
d8750d6712
1 changed files with 4 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue