enable bluetooth, misc settings
This commit is contained in:
parent
b2e3cc27b5
commit
8197774471
4 changed files with 21 additions and 3 deletions
|
@ -36,5 +36,10 @@ in {
|
|||
hardware.enableRedistributableFirmware = true;
|
||||
|
||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
package = pkgs.bluezFull;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue