home: wm: i3: use upstream 'rofi-bluetooth'
This commit is contained in:
parent
f6d648a87a
commit
f9ddcff5ee
|
@ -192,7 +192,7 @@ in
|
||||||
"${modifier}+b" =
|
"${modifier}+b" =
|
||||||
let
|
let
|
||||||
inherit (config.my.home.bluetooth) enable;
|
inherit (config.my.home.bluetooth) enable;
|
||||||
prog = "${pkgs.ambroisie.rofi-bluetooth}/bin/rofi-bluetooth";
|
prog = lib.getExe pkgs.rofi-bluetooth;
|
||||||
in
|
in
|
||||||
lib.mkIf enable "exec ${prog}";
|
lib.mkIf enable "exec ${prog}";
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue