init
This commit is contained in:
15
extra-hardware.nix
Normal file
15
extra-hardware.nix
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user