add bitwarden desktop app

This commit is contained in:
xunuwu 2025-02-22 18:52:16 +01:00
parent b69fbbcde9
commit c84fcc5abb
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 4 additions and 11 deletions

View file

@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = [pkgs.bitwarden-desktop];
}