mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-24 17:53:51 -08:00
feat(demeter): add bluetooth capabilities
This commit is contained in:
parent
fbd3fe76a3
commit
607967a6b4
1 changed files with 7 additions and 0 deletions
|
@ -80,6 +80,13 @@
|
|||
nvidiaSettings = true;
|
||||
};
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
|
||||
services.blueman.enable = true;
|
||||
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||
|
|
Loading…
Reference in a new issue