mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
added bluetooth on laptop
This commit is contained in:
parent
a4cda1687c
commit
8fd79814fd
1 changed files with 2 additions and 0 deletions
|
|
@ -38,6 +38,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
user = settings.username;
|
user = settings.username;
|
||||||
};
|
};
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
services.blueman.enable = true;
|
||||||
boot = {
|
boot = {
|
||||||
initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci"];
|
initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci"];
|
||||||
kernelModules = ["kvm-amd"];
|
kernelModules = ["kvm-amd"];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue