mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59:32 -08:00
added bluetooth to the laptop
This commit is contained in:
parent
9f9e0faf5f
commit
7aed935234
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
{
|
||||
imports = [ (import ./hardware-configuration.nix) ];
|
||||
|
||||
hardware.bluetooth.enable = true;
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
canTouchEfiVariables = true;
|
||||
|
|
Loading…
Reference in a new issue