diff options
author | Soispha <soispha@vhack.eu> | 2023-12-29 13:07:28 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-12-29 13:07:28 +0100 |
commit | 7614d6c281ed473fb32c770e9815c8eee40a6feb (patch) | |
tree | b9052ee8464d28d19f0b8b3b7879e4c6576df530 /sys/svcs | |
parent | fix(sys/svcs/xdg/portals): Add alacritty to the dependencies (diff) | |
download | nixos-config-7614d6c281ed473fb32c770e9815c8eee40a6feb.tar.gz nixos-config-7614d6c281ed473fb32c770e9815c8eee40a6feb.zip |
fix(sys/svcs/xdg/portals): Fix typo in alacritty
Diffstat (limited to 'sys/svcs')
-rwxr-xr-x | sys/svcs/xdg/scripts/lf_wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/svcs/xdg/scripts/lf_wrapper b/sys/svcs/xdg/scripts/lf_wrapper index a98dea2a..9277f2d4 100755 --- a/sys/svcs/xdg/scripts/lf_wrapper +++ b/sys/svcs/xdg/scripts/lf_wrapper @@ -33,7 +33,7 @@ exec 1>> /tmp/stdout exec 2>> /tmp/stderr cmd="$(command -v lf)" -termcmd="${TERMINAL:-$(command -v allacritty)}" +termcmd="${TERMINAL:-$(command -v alacritty)}" if [ "$save" = "1" ]; then set -- -selection-path="$out" -command='set promptfmt "Select the file to write to %S \033[32;1m%u@%h\033[0m:\033[34;1m%d\033[0m\033[1m%f\033[0m"' "$recommended_path" |