From 5820628ccee3b529e0bfe56d2417633e1b8fe750 Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 26 Jul 2024 20:38:21 -0400 Subject: [PATCH] thelio76: test --- config/modules/system76-pc.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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’.