This commit is contained in:
2022-10-17 14:36:07 +02:00
commit e1f472a7ed
7 changed files with 358 additions and 0 deletions

15
extra-hardware.nix Normal file
View File

@@ -0,0 +1,15 @@
{ config, pkgs, ... }:
{
###### Thunderbolt #######
services.hardware.bolt.enable = true;
###### Backlight #######
hardware.acpilight.enable = true;
##### bluetooth #####
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}