diff --git a/systems/perch/configuration.nix b/systems/perch/configuration.nix index c470c74..2ea0b38 100644 --- a/systems/perch/configuration.nix +++ b/systems/perch/configuration.nix @@ -185,4 +185,10 @@ "nix-command" "flakes" ]; + + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + }; + services.blueman.enable = true; }