From de9a3379ef17f74ef58f2d3cd97038e297b97d6b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Wed, 6 Sep 2023 02:46:20 +0200 Subject: bluetooth on ilex --- ilex/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ilex/configuration.nix') diff --git a/ilex/configuration.nix b/ilex/configuration.nix index d8cd2d4..6c949f6 100644 --- a/ilex/configuration.nix +++ b/ilex/configuration.nix @@ -19,6 +19,9 @@ pkgs.linuxKernel.packageAliases.linux_latest; hardware.opengl.driSupport32Bit = true; + hardware.bluetooth.enable = true; + services.blueman.enable = true; + # Use the systemd-boot EFI boot loader. boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; -- cgit v1.2.3