summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2025-08-26 07:02:05 +0200
committerMartin Fischer <martin@push-f.com>2025-08-26 07:02:05 +0200
commit9996125209dbf475191be2e94771ca5bb7793d4d (patch)
tree898bae249bea723d33b8bf4678ca252620045146
parent7ba181f5849a89b511e86ac868c20ed17052827d (diff)
feat(workstation): add bluez
-rw-r--r--nixos/profiles/workstation/graphical.nix1
1 files changed, 1 insertions, 0 deletions
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;