feat(kachu-laptop): enable bluetooth

This commit is contained in:
2026-07-21 23:30:26 +03:00
parent baa0ba24e0
commit 3c29f2f477
@@ -60,6 +60,14 @@
];
};
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
hardware.bluetooth.settings = {
General = {
Experimental = true;
};
};
swapDevices = [
{
device = "/swap/swapfile";
@@ -88,9 +96,4 @@
package = config.boot.kernelPackages.nvidiaPackages.stable;
powerManagement.enable = true;
};
hardware.graphics = {
enable = true;
enable32Bit = true;
};
}