From 0f13b27dc7af48bf1f725f1d3b0119c45a68e2b0 Mon Sep 17 00:00:00 2001 From: k Date: Wed, 20 Nov 2024 20:38:24 +0000 Subject: [PATCH] added bluetooth --- hosts/server/configuration.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hosts/server/configuration.nix b/hosts/server/configuration.nix index 70047ec..5b4f2e7 100644 --- a/hosts/server/configuration.nix +++ b/hosts/server/configuration.nix @@ -29,6 +29,8 @@ environment.systemPackages = with pkgs; [ microcodeIntel ]; + hardware.bluetooth.enable = true; + hardware.bluetooth.powerOnBoot = true; hardware.graphics = { enable = true; extraPackages = with pkgs; [ @@ -38,6 +40,7 @@ vaapiVdpau libvdpau-va-gl vpl-gpu-rt + neovim ]; };