[m] Various fixes and reverts

This commit is contained in:
soraefir
2023-11-29 23:12:08 +01:00
parent efa2a5c0be
commit 675d79ad1a
10 changed files with 35 additions and 100 deletions

View File

@ -1,4 +1,5 @@
{ pkgs, ... }: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
}