From ba2c4f9f3323045556aa6c7fa609468adfc1ed9a Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Mon, 19 May 2025 13:21:01 +1000 Subject: [PATCH] rin/packages,system/packages-gui: remove bitwarden couldn't get polkit working, remove for now --- modules/system/packages-gui.nix | 3 +-- users/rin/packages.nix | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) 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; [