feat: delete rbw
This commit is contained in:
parent
bad48abd05
commit
854b296c07
1 changed files with 0 additions and 17 deletions
|
@ -1,17 +0,0 @@
|
|||
{
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: let
|
||||
cfg = config.marleyos.programs.rbw;
|
||||
in {
|
||||
options.marleyos.programs.rbw.enable = lib.mkEnableOption "rbw";
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
programs.rbw = {
|
||||
enable = true;
|
||||
|
||||
settings.email = "bitwarden@punkfairie.net";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in a new issue