diff options
author | stuebinm | 2023-09-06 02:46:20 +0200 |
---|---|---|
committer | stuebinm | 2023-09-06 02:46:20 +0200 |
commit | de9a3379ef17f74ef58f2d3cd97038e297b97d6b (patch) | |
tree | c43830e3aacd2e6139b02339e736808487b282eb /ilex | |
parent | ce77dc6d2604cff978f43426fc52ea6ec5a8fd71 (diff) |
bluetooth on ilex
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; |