From aa0c045a29487445e3d82fd2684e7be3f1c71f64 Mon Sep 17 00:00:00 2001 From: Roy Dumblauskas Date: Sun, 7 Sep 2025 17:11:27 -0500 Subject: [PATCH] graphical bluetooth --- configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration.nix b/configuration.nix index 3769193..f4b1295 100755 --- a/configuration.nix +++ b/configuration.nix @@ -89,6 +89,9 @@ openFirewall = true; }; + # Graphical bluetooth + services.blueman.enable = true; + # Enable sound. # hardware.pulseaudio.enable = true; # OR