From d66e8afaf529486f0ac7a5f93ba3bff9fd4b22a9 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Tue, 4 Apr 2023 17:06:06 -0700 Subject: [PATCH] desktop: add bluetooth support --- hosts/desktop/default.nix | 2 ++ hosts/desktop/hardware-configuration.nix | 1 + 2 files changed, 3 insertions(+) diff --git a/hosts/desktop/default.nix b/hosts/desktop/default.nix index cd8410a..ee97a05 100644 --- a/hosts/desktop/default.nix +++ b/hosts/desktop/default.nix @@ -13,6 +13,8 @@ ''; }; + services.blueman.enable = true; + hardware.opengl = { enable = true; driSupport32Bit = true; # Required for Touhou diff --git a/hosts/desktop/hardware-configuration.nix b/hosts/desktop/hardware-configuration.nix index 39afca4..18030f7 100644 --- a/hosts/desktop/hardware-configuration.nix +++ b/hosts/desktop/hardware-configuration.nix @@ -13,6 +13,7 @@ hardware.enableAllFirmware = true; hardware.enableRedistributableFirmware = true; + hardware.bluetooth.enable = true; fileSystems = { "/" = {