nixos/tower: Enable bluez

This commit is contained in:
2022-09-09 14:11:34 +01:00
parent edfe38591b
commit 37b0526524
3 changed files with 9 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
opengl.extraPackages = with pkgs; [
intel-media-driver
];
bluetooth.enable = true;
};
boot = {