diff options
author | Martin Fischer <martin@push-f.com> | 2025-08-26 07:02:05 +0200 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2025-08-26 07:02:05 +0200 |
commit | 9996125209dbf475191be2e94771ca5bb7793d4d (patch) | |
tree | 898bae249bea723d33b8bf4678ca252620045146 /nixos/profiles | |
parent | 7ba181f5849a89b511e86ac868c20ed17052827d (diff) |
feat(workstation): add bluez
Diffstat (limited to 'nixos/profiles')
-rw-r--r-- | nixos/profiles/workstation/graphical.nix | 1 |
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; |