fix: going back to our own module for bitwarden cli

This commit is contained in:
silver 2024-01-27 21:30:43 +00:00
parent 80c6fac51a
commit 6f9d30cb87
2 changed files with 327 additions and 1 deletions

View file

@ -6,7 +6,9 @@
}: let
user = "bwdc";
in {
imports = [];
imports = [
./bitwarden-directory-connector-cli.nix
];
options = {};