diff options
Diffstat (limited to '')
-rw-r--r-- | ilex/configuration.nix | 3 |
1 files changed, 3 insertions, 0 deletions
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; |