feat: Remove all traces of bitwarden

This commit is contained in:
uttarayan21
2024-06-21 13:35:21 +05:30
parent e636659caf
commit 85b9c871db
6 changed files with 77 additions and 217 deletions

View File

@@ -17,7 +17,6 @@
'';
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
privacy-badger
bitwarden
tridactyl
];
};

View File

@@ -13,7 +13,6 @@ lib.attrsets.optionalAttrs device.hasGui {
]
++ lib.optionals device.isLinux [
_1password-gui
bitwarden
discord
bottles
# minecraft

View File

@@ -79,7 +79,6 @@ in {
# Misc
qmk
# bitwarden-cli
p7zip
yt-dlp
spotdl
@@ -303,19 +302,6 @@ in {
extraPackages = with pkgs.bat-extras; [batdiff batman batgrep batwatch];
};
rbw = {
enable = true;
settings = {
email = "uttarayan21@gmail.com";
base_url = "https://pass.uttarayan.me";
pinentry =
if device.isMac
then pkgs.pinentry_mac
# then pkgs.pinentry-curses
else pkgs.pinentry-gnome3;
};
};
# Only for checking markdown previews
vscode = {
enable = true;