feat: Added bluetui
This commit is contained in:
11
home/programs/bluetui.nix
Normal file
11
home/programs/bluetui.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs;
|
||||
lib.mkIf (device.is "ryu") [
|
||||
bluetui
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user