diff --git a/hosts/kachu-laptop/hardware-configuration.nix b/hosts/kachu-laptop/hardware-configuration.nix index 54e46d0..6cf8452 100644 --- a/hosts/kachu-laptop/hardware-configuration.nix +++ b/hosts/kachu-laptop/hardware-configuration.nix @@ -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; - }; }