Commit 16e4eb1
Changed files (1)
modules
core
tools
modules/core/tools/rbw.nix
@@ -1,13 +0,0 @@
-{
- flake.modules.homeManager.core = {pkgs, ...}: {
- # rbw, a unofficial CLI Bitwarden client
- programs.rbw = {
- enable = true;
- settings = {
- base_url = "https://bitwarden.hpcesia.com/";
- email = "me@hpcesia.com";
- pinentry = pkgs.pinentry-tty;
- };
- };
- };
-}