refactor(nix): Use nix to setup browserpass

This commit is contained in:
Ahmad Ansori Palembani 2024-07-16 11:30:13 +07:00
parent 0a140214b7
commit ecaf288606
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -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;