feat: Remove all traces of bitwarden
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
'';
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
privacy-badger
|
||||
bitwarden
|
||||
tridactyl
|
||||
];
|
||||
};
|
||||
|
||||
@@ -13,7 +13,6 @@ lib.attrsets.optionalAttrs device.hasGui {
|
||||
]
|
||||
++ lib.optionals device.isLinux [
|
||||
_1password-gui
|
||||
bitwarden
|
||||
discord
|
||||
bottles
|
||||
# minecraft
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user