Add bluetooth
This commit is contained in:
parent
012b7b1ff0
commit
4faee020ce
3 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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
5
modules/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
Loading…
Reference in a new issue