From fe957f682cf1983b0c67c3d338c9c755ef0b25f1 Mon Sep 17 00:00:00 2001 From: Random936 Date: Fri, 19 Jul 2024 21:41:11 -0700 Subject: [PATCH] Removed bitwarden desktop app from both nixos and darwin --- config/darwin.nix | 1 - home/headful-nixos.nix | 1 - 2 files changed, 2 deletions(-) diff --git a/config/darwin.nix b/config/darwin.nix index 3462c36..fe691fc 100644 --- a/config/darwin.nix +++ b/config/darwin.nix @@ -21,7 +21,6 @@ "scroll-reverser" "seafile-client" "instantview" - "bitwarden" "tailscale" "discord" "nordvpn" diff --git a/home/headful-nixos.nix b/home/headful-nixos.nix index 9ff4949..d92e4ab 100644 --- a/home/headful-nixos.nix +++ b/home/headful-nixos.nix @@ -22,7 +22,6 @@ pavucontrol google-chrome seafile-client - bitwarden ]; services.emacs.enable = true;