dotfiles/modules/home/gui/apps/tools/bitwarden/default.nix

12 lines
119 B
Nix
Raw Normal View History

2025-10-01 19:51:55 -05:00
{
pkgs,
...
}:
{
home.packages = builtins.attrValues {
inherit (pkgs)
bitwarden-desktop
2025-10-01 19:51:55 -05:00
;
};
}