Files
nixos-config/modules/home-manager/bluetooth-picker.nix
2025-09-23 00:06:24 +02:00

10 lines
158 B
Nix

{pkgs, ...}:
{
home.packages = [
pkgs.rofi-bluetooth
];
# patch the rofi-bluetooth script to use an alternative rofi-command variable
}