Compare commits

..

No commits in common. "e81de7faadfdeda12f80d2e6b0ec688e0f203fcd" and "7b56c342ad5e7ca8889b718fbaf9210f8abe116f" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ in
config = lib.mkIf cfg.enable {
home.packages = with pkgs; [
calibre
calibre # NOTE: relies on my overlay to add necessary plug-in dependencies
];
};
}

View file

@ -1,7 +1,7 @@
#!/usr/bin/env bash
usage() {
printf '%s\n' "Usage: rbw-pass [directory name] <account name>" >&2
printf '%s\n' "Usage: bw-pass [directory name] <account name>" >&2
}
error_out() {