cura
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user