diff --git a/modules/system/packages-gui.nix b/modules/system/packages-gui.nix index 757b501..9e6e946 100644 --- a/modules/system/packages-gui.nix +++ b/modules/system/packages-gui.nix @@ -1,8 +1,7 @@ { config, lib, pkgs, ... }: { config = lib.mkIf config.me.gui { environment.systemPackages = with pkgs; [ - bitwarden-desktop - gparted + gparted nautilus ]; programs.adb.enable = true; diff --git a/users/rin/packages.nix b/users/rin/packages.nix index a434cb3..b679b35 100644 --- a/users/rin/packages.nix +++ b/users/rin/packages.nix @@ -9,7 +9,7 @@ let in { programs.firefox = { enable = true; - nativeMessagingHosts = [ pkgs.bitwarden-desktop ]; + nativeMessagingHosts = []; }; home.packages = with pkgs; [