dotfiles/.config/awesome/main/apps.lua

7 lines
116 B
Lua

local apps = {
terminal = "wezterm",
browser = "firefox",
editor = os.getenv("EDITOR") or "nvim",
}
return apps