From fcd502ea8657b9b9ca423cfaa4623e352eefaac6 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Wed, 3 Jul 2024 21:31:43 +0200 Subject: [PATCH] fix: enable bluetooth --- hosts/default/configuration.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 37e444b..16a79b4 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -79,6 +79,13 @@ enable32Bit = true; }; + hardware = { + bluetooth = { + enable = true; + powerOnBoot = true; + }; + }; + # Allow unfree packages nixpkgs.config = { allowUnfree = true; @@ -269,6 +276,7 @@ wayland.enable = true; }; flatpak.enable = true; + blueman.enable = true; }; systemd = {