Use a consistent version of rofi in scripts

This commit is contained in:
Natsu Kagami 2025-04-02 17:40:28 +02:00
parent a2aee73928
commit 3e905fbf8f
Signed by: nki
GPG key ID: 55A032EB38B49ADB
3 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@ let
rofi-rbw-script = pkgs.writeShellApplication {
name = "rofi-rbw-script";
runtimeInputs = with pkgs; [
rofi
config.programs.rofi.package
wtype
rofi-rbw
];