about summary refs log tree commit diff
path: root/modules/bluetooth
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2024-12-30 11:35:14 +0100
committerBaitinq <[email protected]>2024-12-30 11:35:14 +0100
commitdce2c3c26a2ff9770bbba2a00471c03ab321c472 (patch)
tree91ce56182bab4dee87fd663ea70880446a15f7e7 /modules/bluetooth
parentFont: Change font style pt 1000 (diff)
downloadnixos-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.nix6
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;