fix: going back to our own module for bitwarden cli
This commit is contained in:
parent
80c6fac51a
commit
6f9d30cb87
2 changed files with 327 additions and 1 deletions
|
@ -6,7 +6,9 @@
|
|||
}: let
|
||||
user = "bwdc";
|
||||
in {
|
||||
imports = [];
|
||||
imports = [
|
||||
./bitwarden-directory-connector-cli.nix
|
||||
];
|
||||
|
||||
options = {};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue