Skip to content

Commit 5c8717f

Browse files
committed
Revert "password-mgmt: switch from gopass to ripasso-cursive"
This reverts commit 938d849.
1 parent aa3b539 commit 5c8717f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/base/passwords-mgmt/password-store.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ topLevel: {
66
programs = {
77
password-store = {
88
enable = true;
9-
package = pkgs.ripasso-cursive;
9+
package = pkgs.gopass;
1010
settings = {
1111
PASSWORD_STORE_DIR = "${config.xdg.configHome}/.password-store";
1212
PASSWORD_STORE_KEY = topLevel.config.flake.meta.users.${config.home.username}.key;

0 commit comments

Comments
 (0)