diff --git a/autostart.nix b/autostart.nix index 9999225..7243c4e 100644 --- a/autostart.nix +++ b/autostart.nix @@ -1,5 +1,5 @@ { ... }: { - onedrive.enable = true; + #onedrive.enable = true; } diff --git a/configuration.nix b/configuration.nix index e445fd7..7ed1113 100644 --- a/configuration.nix +++ b/configuration.nix @@ -29,6 +29,10 @@ # Enable networking networking.networkmanager.enable = true; + # Enable bluetooth + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; + # Set your time zone. time.timeZone = "Europe/Berlin";