feat: Added bluetui

This commit is contained in:
uttarayan21
2025-08-08 19:58:07 +05:30
parent 07d4e225cc
commit 0d4a856cdc
2 changed files with 12 additions and 0 deletions

11
home/programs/bluetui.nix Normal file
View File

@@ -0,0 +1,11 @@
{
pkgs,
lib,
device,
...
}: {
home.packages = with pkgs;
lib.mkIf (device.is "ryu") [
bluetui
];
}

View File

@@ -32,6 +32,7 @@
./yt-dlp.nix
./zoxide.nix
./sxiv.nix
./bluetui.nix
# ./goread.nix
# ./helix.nix