Commit 0df01ed

HPCesia <me@hpcesia.com>
2025-06-12 12:36:21
feat(app): add rbw
1 parent c44c1a9
Changed files (1)
home
base
home/base/core/core.nix
@@ -31,5 +31,15 @@
       enableBashIntegration = true;
       enableNushellIntegration = true;
     };
+
+    # rbw, a unofficial CLI Bitwarden client
+    rbw = {
+      enable = true;
+      settings = {
+        base_url = "https://bitwarden.hpcesia.com/";
+        email = "me@hpcesia.com";
+        pinentry = pkgs.pinentry-qt;
+      };
+    };
   };
 }