add laptop version

This commit is contained in:
afoucaultc 2026-07-03 21:56:32 +02:00
parent 0ba7bf856f
commit c7db34c243
729 changed files with 286689 additions and 18 deletions

View file

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