bluetuith: add module

Create the `programs.bluetuith` module with support for defining
settings.
This commit is contained in:
Poseidon
2025-11-10 17:32:16 -06:00
committed by Robert Helgesson
parent 211594c88d
commit 7ec621b510
6 changed files with 127 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{ pkgs, ... }:
{
time = "2025-11-15T08:54:20+00:00";
condition = pkgs.stdenv.hostPlatform.isLinux;
message = ''
A new module is available: 'programs.bluetuith'.
bluetuith is a TUI-based Bluetooth connection manager, which can interact
with Bluetooth adapters and devices. It aims to be a replacement to most
Bluetooth managers, like blueman.
'';
}