Reorganize profiles

This commit is contained in:
Charlotte Van Petegem 2020-05-23 10:25:15 +02:00
parent 8f69deca1e
commit 89bf75a91e
7 changed files with 93 additions and 94 deletions

8
profiles/bluetooth.nix Normal file
View file

@ -0,0 +1,8 @@
{ pkgs, ... }:
{
hardware.bluetooth.enable = true;
services.blueman.enable = true;
hardware.pulseaudio.extraModules = [ pkgs.pulseaudio-modules-bt ];
hardware.pulseaudio.package = pkgs.pulseaudioFull;
}