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,7 +1,6 @@
{ config, lib, pkgs, ... }: {
config = lib.mkIf config.me.gui {
environment.systemPackages = with pkgs; [
bitwarden-desktop
gparted
nautilus
];

View file

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