diff options
| author | Baitinq <[email protected]> | 2022-07-06 00:18:18 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2022-07-06 00:18:18 +0200 |
| commit | d2df62624c1a7d65580484fa097257d70476fff7 (patch) | |
| tree | a5b5593b7c62522f1f59b452bd407acfdf94101d | |
| parent | Xmonad: Added cycling layout functionality (diff) | |
| download | nixos-config-d2df62624c1a7d65580484fa097257d70476fff7.tar.gz nixos-config-d2df62624c1a7d65580484fa097257d70476fff7.tar.bz2 nixos-config-d2df62624c1a7d65580484fa097257d70476fff7.zip | |
fmt
| -rw-r--r-- | modules/bluetooth/default.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/bluetooth/default.nix b/modules/bluetooth/default.nix index cb5443f..b45d082 100644 --- a/modules/bluetooth/default.nix +++ b/modules/bluetooth/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { - hardware.bluetooth.enable = true; + hardware.bluetooth.enable = true; - services.blueman.enable = true; -} \ No newline at end of file + services.blueman.enable = true; +} |