added bluetooth to Ratchet

This commit is contained in:
yaroslav
2025-09-23 15:43:47 +03:00
parent f68f635f34
commit 488c85f148
+2
View File
@@ -78,4 +78,6 @@
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
hardware.bluetooth.enable = true;
}