diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 13:26:44 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 13:26:44 +0530 | 
| commit | 5b26703c862f0e64eb6460af95eef5e442d2591b (patch) | |
| tree | 3702f013977bb64f2071512f505aff324880f685 /modules/core | |
| parent | 05f1d4fd5ebd7fc0dd9778f878807f2ec3b7234c (diff) | |
update
Diffstat (limited to 'modules/core')
| -rw-r--r-- | modules/core/bluetooth.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/core/bluetooth.nix b/modules/core/bluetooth.nix index fbd9b48..5e64d97 100644 --- a/modules/core/bluetooth.nix +++ b/modules/core/bluetooth.nix @@ -3,5 +3,5 @@  {    hardware.bluetooth.enable = true;    hardware.bluetooth.powerOnBoot = true; -  # services.blueman.enable = true; +  services.blueman.enable = true;  } | 
