home: wm: i3: use upstream 'rofi-bluetooth'

This commit is contained in:
Bruno BELANYI 2023-04-01 16:20:55 +01:00
parent f6d648a87a
commit f9ddcff5ee

View file

@ -192,7 +192,7 @@ in
"${modifier}+b" =
let
inherit (config.my.home.bluetooth) enable;
prog = "${pkgs.ambroisie.rofi-bluetooth}/bin/rofi-bluetooth";
prog = lib.getExe pkgs.rofi-bluetooth;
in
lib.mkIf enable "exec ${prog}";
})