desktop: remove bitwarden and bluetooth

dont need bluetooth anymore, havent used the bitwarden app in light of the browser extension (and web app exists otherwise)
This commit is contained in:
wo2wz 2025-11-07 15:19:28 -05:00
parent 39724e7dea
commit 02266d90a1

View file

@ -3,15 +3,8 @@
{
networking.networkmanager.enable = true;
hardware = {
bluetooth = {
enable = true;
powerOnBoot = true;
};
# mesa graphics library
graphics.enable = true;
};
# mesa graphics library
hardware.graphics.enable = true;
# audio
services.pipewire = {
@ -29,7 +22,6 @@
environment.sessionVariables.NIXOS_OZONE_WL = "1";
environment.systemPackages = with pkgs; [
bitwarden
kdePackages.gwenview
krita
vlc
@ -38,4 +30,4 @@
# needed alongside the GUI app for promptless recording
programs.gpu-screen-recorder.enable = true;
}
}