feat: enable bluetooth
parent
db50faa843
commit
497d37c36a
|
@ -1,7 +1,15 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
networking.hostName = "xps";
|
||||
boot.loader.grub.enableCryptodisk = true;
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
||||
# battery level reporting
|
||||
settings.General.Experimental = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue