rbw: pineentry-tty

main
Zynh Ludwig 2024-08-24 15:05:32 -07:00
parent 8848f7df18
commit e0a6ce3b64
1 changed files with 4 additions and 1 deletions

View File

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