diff options
Diffstat (limited to 'nixos/profiles/workstation')
-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; |