Add multihardware support

This commit is contained in:
Julia Lange 2023-11-19 20:48:22 -08:00
parent dcedb96843
commit 405dc94526
6 changed files with 30 additions and 11 deletions

View file

@ -4,4 +4,7 @@
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [
blueman
];
}