rin/packages,system/packages-gui: remove bitwarden

couldn't get polkit working, remove for now
This commit is contained in:
LavaDesu 2025-05-19 13:21:01 +10:00
parent 23693d7268
commit ba2c4f9f33
Signed by: cilly
GPG key ID: 6500251E087653C9
2 changed files with 2 additions and 3 deletions

View file

@ -1,8 +1,7 @@
{ config, lib, pkgs, ... }: { { config, lib, pkgs, ... }: {
config = lib.mkIf config.me.gui { config = lib.mkIf config.me.gui {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
bitwarden-desktop gparted
gparted
nautilus nautilus
]; ];
programs.adb.enable = true; programs.adb.enable = true;

View file

@ -9,7 +9,7 @@ let
in { in {
programs.firefox = { programs.firefox = {
enable = true; enable = true;
nativeMessagingHosts = [ pkgs.bitwarden-desktop ]; nativeMessagingHosts = [];
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [