mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 08:03:56 -05:00
aly: add rbw config
This commit is contained in:
parent
040c4e8202
commit
8d0a3b45d8
|
@ -75,6 +75,16 @@ in {
|
|||
]);
|
||||
};
|
||||
|
||||
rbw = {
|
||||
enable = true;
|
||||
package = unstable.rbw;
|
||||
|
||||
settings = {
|
||||
email = "alyraffauf@fastmail.com";
|
||||
pinentry = pkgs.pinentry-gnome3;
|
||||
};
|
||||
};
|
||||
|
||||
rofi.pass = {
|
||||
enable = true;
|
||||
package = pkgs.rofi-pass-wayland;
|
||||
|
|
Loading…
Reference in a new issue