feat(rbw): Install rbw
This commit is contained in:
parent
e16fca13b5
commit
ffb1d56723
2 changed files with 10 additions and 0 deletions
|
@ -17,6 +17,7 @@
|
|||
./man.nix
|
||||
./ncmpcpp.nix
|
||||
./neofetch.nix
|
||||
./rbw.nix
|
||||
./ripgrep.nix
|
||||
./starship.nix
|
||||
./tmux.nix
|
||||
|
|
9
home/programs/rbw.nix
Normal file
9
home/programs/rbw.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
|
||||
settings.email = "bitwarden@punkfairie.net";
|
||||
settings.pinentry = pkgs.pinentry-rofi;
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue