Flake: update
This commit is contained in:
parent
3e8b19dafe
commit
6c68d4240f
8 changed files with 16 additions and 19 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ pkgs, config, lib, ... }: {
|
||||
home.packages =
|
||||
[ pkgs.unstable_pkgs.bitwarden ] ++
|
||||
home.packages = [ pkgs.bitwarden ] ++
|
||||
lib.optionals config.programs.rofi.enable (builtins.attrValues {
|
||||
inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
|
||||
# inherit (pkgs.unstable_pkgs) rbw rofi-rbw pinentry-gtk2;
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue