wezterm: home manager fd

This commit is contained in:
Zynh Ludwig 2024-12-02 12:50:22 -08:00
parent 1a78c1cf19
commit 79746de69a

View file

@ -3,7 +3,7 @@ local act = wezterm.action
local M = {} local M = {}
local fd = "~/.nix-profile/bin/fd" local fd = "/home/ravenshade/.nix-profile/bin/fd"
M.toggle = function(window, pane) M.toggle = function(window, pane)
local projects = {} local projects = {}