From 5ba2560742fe94deceadf09c72778becfe1f84e7 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 14 Jul 2026 20:02:27 -0500 Subject: Enable bluetooth and blueman applet --- modules/common.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') diff --git a/modules/common.nix b/modules/common.nix index 1e8fe95..4220139 100644 --- a/modules/common.nix +++ b/modules/common.nix @@ -98,6 +98,9 @@ pulse.enable = true; }; + hardware.bluetooth.enable = true; + services.blueman.enable = true; + services.openssh.enable = true; programs.mosh.enable = true; -- cgit v1.2.3