diff options
author | sefidel <contact@sefidel.net> | 2023-12-01 20:02:16 +0900 |
---|---|---|
committer | sefidel <contact@sefidel.net> | 2023-12-01 20:02:16 +0900 |
commit | 7ac493a79ed338557203dcf69f7703afc10c8064 (patch) | |
tree | 929859f1239e0bf004c55090c88fd32409c4ce44 | |
parent | b752699b3cf9220951ae1917ccda53727049ccab (diff) | |
download | nixrc-7ac493a79ed338557203dcf69f7703afc10c8064.tar.gz nixrc-7ac493a79ed338557203dcf69f7703afc10c8064.zip |
feat(home/security): add bitwarden
-rw-r--r-- | home/profiles/security/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/profiles/security/default.nix b/home/profiles/security/default.nix index 97bc0f3..d1df23e 100644 --- a/home/profiles/security/default.nix +++ b/home/profiles/security/default.nix @@ -13,6 +13,7 @@ in pkgs.age-plugin-yubikey pkgs.keepassxc + pkgs.bitwarden ]; }; } |