diff --git a/pluton/default.nix b/pluton/default.nix index b19e00d..c2acc0f 100644 --- a/pluton/default.nix +++ b/pluton/default.nix @@ -35,6 +35,9 @@ # Enable networking networking.networkmanager.enable = true; + #Enable Bluetooth + hardware.bluetooth.enable = true; + # Set your time zone. time.timeZone = "Europe/Paris";