bluetooth: add tui for easy interaction

This commit is contained in:
Christoph Hollizeck 2025-10-30 23:27:30 +01:00
parent 45fbdb9186
commit 0378235fac
Signed by: Daholli
GPG key ID: 249300664F2AF2C7

View file

@ -1,7 +1,9 @@
{
flake.modules.nixos.bluetooth =
{ ... }:
{ pkgs, ... }:
{
environment.systemPackages = [ pkgs.bluetui ];
hardware.bluetooth = {
enable = true;
powerOnBoot = true;