Commit 16e4eb1

HPCesia <me@hpcesia.com>
2026-03-17 12:21:56
feat: remove rbw
1 parent 304ef5c
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;
-      };
-    };
-  };
-}