Regenerated

This commit is contained in:
2026-03-31 21:20:37 +02:00
parent 0dcee47432
commit b89443e6df
4 changed files with 289 additions and 307 deletions
@@ -10,14 +10,6 @@ in
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
#package = pkgs.bluez;
package = pkgs.bluez;
};
############################
# GUI Bluetooth manager
############################
environment.systemPackages = lib.mkForce (with pkgs; [
blueman
bluez
]);
}