diff --git a/config/modules/system76-pc.nix b/config/modules/system76-pc.nix index a1f58ef..3aa04bf 100644 --- a/config/modules/system76-pc.nix +++ b/config/modules/system76-pc.nix @@ -65,7 +65,7 @@ ]; hardware.bluetooth.enable = true; - # services.blueman.enable = true; + services.blueman.enable = true; # Enable CUPS to print documents. services.printing.enable = true; @@ -75,7 +75,7 @@ enable = true; alsa.enable = true; alsa.support32Bit = true; - pulse.enable = true; + # pulse.enable = true; }; # Define a user account. Don't forget to set a password with ‘passwd’.