From 514ec3dcf5be9baf5420cdf5b6018b6cd5a20b57 Mon Sep 17 00:00:00 2001 From: larszauberer Date: Tue, 16 Apr 2024 15:27:03 +0200 Subject: [PATCH] add bluetooth client --- hosts/lars/programs.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/lars/programs.nix b/hosts/lars/programs.nix index f8395b6..e4b0fee 100644 --- a/hosts/lars/programs.nix +++ b/hosts/lars/programs.nix @@ -59,6 +59,7 @@ in { swww toipe keepassxc + bluetuith ]; }; }