mirror of
https://github.com/RGBCube/ncc
synced 2025-07-30 11:37:44 +00:00
Add bluetooth
This commit is contained in:
parent
adc538cef8
commit
537deded95
2 changed files with 6 additions and 0 deletions
5
machines/asus/system/bluetooth.nix
Normal file
5
machines/asus/system/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
}
|
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
./bluetooth.nix
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./filesystem.nix
|
./filesystem.nix
|
||||||
./localisation.nix
|
./localisation.nix
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue