mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 08:53: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;
|
||||
user = settings.username;
|
||||
};
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
boot = {
|
||||
initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci"];
|
||||
kernelModules = ["kvm-amd"];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue