diff options
| author | Baitinq <[email protected]> | 2024-12-30 11:35:14 +0100 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-12-30 11:35:14 +0100 |
| commit | dce2c3c26a2ff9770bbba2a00471c03ab321c472 (patch) | |
| tree | 91ce56182bab4dee87fd663ea70880446a15f7e7 /modules/bluetooth | |
| parent | Font: Change font style pt 1000 (diff) | |
| download | nixos-config-dce2c3c26a2ff9770bbba2a00471c03ab321c472.tar.gz nixos-config-dce2c3c26a2ff9770bbba2a00471c03ab321c472.tar.bz2 nixos-config-dce2c3c26a2ff9770bbba2a00471c03ab321c472.zip | |
fmt
Diffstat (limited to 'modules/bluetooth')
| -rw-r--r-- | modules/bluetooth/default.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/bluetooth/default.nix b/modules/bluetooth/default.nix index b45d082..d3958ef 100644 --- a/modules/bluetooth/default.nix +++ b/modules/bluetooth/default.nix @@ -1,6 +1,8 @@ -{ config, pkgs, ... }: - { + config, + pkgs, + ... +}: { hardware.bluetooth.enable = true; services.blueman.enable = true; |