diff options
Diffstat (limited to 'nixos/modules/bluetooth.nix')
-rw-r--r-- | nixos/modules/bluetooth.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/bluetooth.nix b/nixos/modules/bluetooth.nix index 6c6a5df..2aed505 100644 --- a/nixos/modules/bluetooth.nix +++ b/nixos/modules/bluetooth.nix @@ -10,5 +10,5 @@ }; }; - services.blueman.enable = true; + services.blueman.enable = true; } |