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:
parent
39724e7dea
commit
02266d90a1
1 changed files with 3 additions and 11 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue