feat: adds hw config for framework laptop

This commit is contained in:
Ahwx 2024-06-21 09:32:16 +02:00
parent da9d503353
commit f3717bacfd
2 changed files with 11 additions and 10 deletions

View file

@ -1,7 +0,0 @@
{ config, pkgs, ... }:
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}