nixos: add bluetooth support

This commit is contained in:
genofire 2021-11-06 13:13:46 +01:00
parent 1deb6b8b96
commit 77d1fe8bd0
2 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,7 @@
# alsa.support32bit = true;
pulse.enable = true;
};
environment.systemPackages = [ pkgs.pulseaudio-modules-bt ];
programs.sway = {
enable = true;

View File

@ -49,6 +49,7 @@
};
};
hardware.bluetooth.enable = true;
sound.enable = true;
environment.systemPackages = with pkgs; [