Add bluetooth

This commit is contained in:
Florian RICHER 2024-02-19 20:24:19 +01:00
parent 012b7b1ff0
commit 4faee020ce
3 changed files with 7 additions and 0 deletions

View file

@ -12,6 +12,7 @@
../../modules/nvidia.nix
../../modules/plasma.nix
../../modules/keymaps/us.nix
../../modules/bluetooth.nix
../../modules/pipewire.nix
# Include the results of the hardware scan.

View file

@ -12,6 +12,7 @@
../../modules/nvidia.nix
../../modules/plasma.nix
../../modules/keymaps/fr.nix
../../modules/bluetooth.nix
../../modules/pipewire.nix
../../modules/openssh.nix
../../modules/openvscode-server.nix

5
modules/bluetooth.nix Normal file
View file

@ -0,0 +1,5 @@
{ config, pkgs, ... }:
{
hardware.bluetooth.enable = true;
}