This commit is contained in:
2024-06-17 17:26:25 +02:00
parent fedb376f65
commit 75b69aada8
9 changed files with 21 additions and 19 deletions

View File

@@ -9,22 +9,13 @@
hardware.pulseaudio.enable = true;
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings.General = {
Enable = "Source,Sink,Media,Socket";
Experimental = true;
};
powerOnBoot = false;
};
environment.systemPackages = with pkgs; [
bluez
bluez-alsa
bluez-tools
gnome.networkmanager-vpnc
networkmanagerapplet
];
hardware.pulseaudio.extraConfig = ''
load-module module-bluetooth-policy
load-module module-bluetooth-discover
'';
services.blueman.enable = true;
}