nix-templates/home/bitwarden.nix
2025-06-25 01:35:01 -04:00

8 lines
No EOL
80 B
Nix

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