rbw: pineentry-tty
This commit is contained in:
parent
8848f7df18
commit
e0a6ce3b64
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue