refactor(nix): Use nix to setup browserpass
This commit is contained in:
parent
0a140214b7
commit
ecaf288606
1 changed files with 9 additions and 4 deletions
|
@ -98,6 +98,11 @@
|
|||
};
|
||||
home-manager.users.ziro = {
|
||||
home.stateVersion = "22.05";
|
||||
|
||||
programs = {
|
||||
browserpass.enable = true;
|
||||
};
|
||||
|
||||
# Swap CapsLock with Esc for better vi-mode experience.
|
||||
launchd.agents.CapsEscSwap = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue