summaryrefslogtreecommitdiff
path: root/ilex/configuration.nix
diff options
context:
space:
mode:
authorstuebinm2023-09-06 02:46:20 +0200
committerstuebinm2023-09-06 02:46:20 +0200
commitde9a3379ef17f74ef58f2d3cd97038e297b97d6b (patch)
treec43830e3aacd2e6139b02339e736808487b282eb /ilex/configuration.nix
parentce77dc6d2604cff978f43426fc52ea6ec5a8fd71 (diff)
bluetooth on ilex
Diffstat (limited to 'ilex/configuration.nix')
-rw-r--r--ilex/configuration.nix3
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;