rbw: pineentry-tty

This commit is contained in:
Zynh Ludwig 2024-08-24 15:05:32 -07:00
parent 8848f7df18
commit e0a6ce3b64

View file

@ -13,6 +13,9 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
programs.rbw.enable = true; programs.rbw.enable = true;
home.packages = with pkgs; [ rbw ]; home.packages = with pkgs; [
rbw
pinentry-tty
];
}; };
} }