From c0c9bfbd550fcc4de26a4c5967365aff65f52432 Mon Sep 17 00:00:00 2001 From: xqtc Date: Mon, 9 Sep 2024 20:56:28 +0200 Subject: [PATCH] enable bt on asmodeus --- hosts/x86_64-linux/asmodeus/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/hosts/x86_64-linux/asmodeus/default.nix b/hosts/x86_64-linux/asmodeus/default.nix index dd9b90a..02f6c0f 100644 --- a/hosts/x86_64-linux/asmodeus/default.nix +++ b/hosts/x86_64-linux/asmodeus/default.nix @@ -138,6 +138,13 @@ jack.enable = true; }; + hardware.bluetooth = { + enable = true; + powerOnBoot = true; + settings = {General = {Enable = "Source,Sink,Media,Socket";};}; + }; + + # Enable touchpad support (enabled default in most desktopManager). services.xserver.libinput.enable = true;