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 = { "/" = {