Dont show the version update when we first launch into omarchy

This commit is contained in:
David Heinemeier Hansson
2025-06-25 13:17:41 -07:00
parent d62a04251e
commit c26018639f

View File

@ -24,3 +24,8 @@ env = XDG_DATA_DIRS,/usr/share:/usr/local/share:~/.local/share
# Use XCompose file # Use XCompose file
env = XCOMPOSEFILE,~/.XCompose env = XCOMPOSEFILE,~/.XCompose
# Don't show update on first launch
ecosystem {
no_update_news = true
}