Bitwarden: rofi integration
This commit is contained in:
parent
ac6d3e6d48
commit
e1c9c2be4e
4 changed files with 20 additions and 6 deletions
8
hm_modules/bitwarden.nix
Normal file
8
hm_modules/bitwarden.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{ pkgs, config, lib, ... }: {
|
||||
home.packages =
|
||||
[ pkgs.bitwarden ] ++
|
||||
lib.optionals config.programs.rofi.enable (builtins.attrValues {
|
||||
inherit (pkgs.unstable_pkgs) rbw rofi-rbw;
|
||||
inherit (pkgs.pinentry) gnome3;
|
||||
});
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue