mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-06-15 20:25:13 +02:00
9 lines
182 B
Lua
9 lines
182 B
Lua
return {
|
|
apps = {
|
|
terminal = "wezterm",
|
|
fileManager = "nautilus --new-window",
|
|
browser = "zen-browser",
|
|
messenger = "Telegram",
|
|
},
|
|
}
|