Compare commits
2 commits
7b56c342ad
...
e81de7faad
| Author | SHA1 | Date | |
|---|---|---|---|
| e81de7faad | |||
| 61fe480e6b |
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ in
|
|||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
calibre # NOTE: relies on my overlay to add necessary plug-in dependencies
|
||||
calibre
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
usage() {
|
||||
printf '%s\n' "Usage: bw-pass [directory name] <account name>" >&2
|
||||
printf '%s\n' "Usage: rbw-pass [directory name] <account name>" >&2
|
||||
}
|
||||
|
||||
error_out() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue