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

8 lines
116 B
Lua
Raw Normal View History

2024-02-15 21:17:39 -08:00
local apps = {
terminal = "wezterm",
browser = "firefox",
editor = os.getenv("EDITOR") or "nvim",
}
return apps