Replace passff with browserpass

This commit is contained in:
coolneng 2020-07-17 11:25:43 +02:00
parent 3bda9fd647
commit 8fc28e18c0
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 4 additions and 1 deletions

View File

@ -101,6 +101,9 @@ in {
''; '';
}; };
# Integrate pass with the browser
programs.browserpass.enable = true;
# Upgrade Doom Emacs daily # Upgrade Doom Emacs daily
systemd.user.services.doom-upgrade = { systemd.user.services.doom-upgrade = {
description = "Upgrade Doom Emacs"; description = "Upgrade Doom Emacs";

View File

@ -11,7 +11,7 @@
gitAndTools.pass-git-helper gitAndTools.pass-git-helper
pinentry-gtk2 pinentry-gtk2
# Browsers # Browsers
(firefox.override { extraNativeMessagingHosts = [ passff-host ]; }) firefox
chromium chromium
# LaTeX # LaTeX
texlive.combined.scheme-full texlive.combined.scheme-full