mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-23 11:23:55 -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 = {
|
rofi.pass = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.rofi-pass-wayland;
|
package = pkgs.rofi-pass-wayland;
|
||||||
|
|
Loading…
Reference in a new issue