feat: add bluetooth support'
This commit is contained in:
parent
82d51697c6
commit
6418806a6f
2 changed files with 7 additions and 0 deletions
6
systems/modules/hardware/bluetooth.nix
Normal file
6
systems/modules/hardware/bluetooth.nix
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
hardware.bluetooth = {
|
||||||
|
enable = true;
|
||||||
|
powerOnBoot = true;
|
||||||
|
};
|
||||||
|
}
|
|
@ -5,6 +5,7 @@
|
||||||
./modules/desktop.nix
|
./modules/desktop.nix
|
||||||
./modules/bootloaders/systemd-boot.nix
|
./modules/bootloaders/systemd-boot.nix
|
||||||
./modules/hardware/nvidia.nix
|
./modules/hardware/nvidia.nix
|
||||||
|
./modules/hardware/bluetooth.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
networking.hostName = "nemesis";
|
networking.hostName = "nemesis";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue