nixos-config/modules/home-manager/ricing/awesomewm/dotfiles/main/apps.lua
2024-07-12 18:19:30 +09:00

9 lines
131 B
Lua

local apps = {
terminal = "wezterm",
launcher = "rofi -show drun",
browser = "firefox",
fileManager = "thunar",
}
return apps