From 9996125209dbf475191be2e94771ca5bb7793d4d Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Tue, 26 Aug 2025 07:02:05 +0200 Subject: feat(workstation): add bluez --- nixos/profiles/workstation/graphical.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/profiles/workstation/graphical.nix b/nixos/profiles/workstation/graphical.nix index 2df27f4..9e39092 100644 --- a/nixos/profiles/workstation/graphical.nix +++ b/nixos/profiles/workstation/graphical.nix @@ -69,6 +69,7 @@ pulse.enable = true; }; security.rtkit.enable = true; # recommended for PipeWire + hardware.bluetooth.enable = true; programs.thunderbird = { enable = true; -- cgit v1.2.3