nix-templates/home/bitwarden.nix
2025-06-25 02:03:08 -04:00

8 lines
No EOL
80 B
Nix

{
pkgs,
...
}: {
home.packages = with pkgs; [
bitwarden-desktop
];
}