mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
rbw: Fix a typo (#2648)
This commit is contained in:
parent
a69f3e9b03
commit
60d2c9660b
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ in {
|
|||
meta.maintainers = with lib.hm.maintainers; [ ambroisie ];
|
||||
|
||||
options.programs.rbw = with lib; {
|
||||
enable = mkEnableOption "rwb, a CLI Bitwarden client";
|
||||
enable = mkEnableOption "rbw, a CLI Bitwarden client";
|
||||
|
||||
package = mkOption {
|
||||
type = types.package;
|
||||
|
|
Loading…
Reference in a new issue