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