diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-06-04 12:20:54 -0500 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-06-04 12:20:54 -0500 |
commit | 1c19fbdd88b075c31bea3ca26d408da1ef3e637c (patch) | |
tree | c03055f0fe5e0365f217dd5811a6b99127bd4f4b /hosts/tomato | |
parent | 4b9b1e1bc5fbb55f350e3db586ebfeefc767099e (diff) | |
download | nixos-config-1c19fbdd88b075c31bea3ca26d408da1ef3e637c.tar.gz nixos-config-1c19fbdd88b075c31bea3ca26d408da1ef3e637c.zip |
hosts/tomato: Add new bluetooth module and use it
Diffstat (limited to 'hosts/tomato')
-rw-r--r-- | hosts/tomato/hardware.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/tomato/hardware.nix b/hosts/tomato/hardware.nix index 2be8d07..8e3a0d1 100644 --- a/hosts/tomato/hardware.nix +++ b/hosts/tomato/hardware.nix @@ -33,6 +33,7 @@ in hardware.graphics.extraPackages = [pkgs.intel-vaapi-driver]; services.xserver.videoDrivers = ["intel"]; + this.bluetooth.enable = true; hardware.firmware = with pkgs; [ linux-firmware |