ccflow -> slaptop

This commit is contained in:
Sascha Lüdecke
2026-07-30 13:18:59 +02:00
parent 00cbb851ec
commit bd8f338b4a
4 changed files with 6 additions and 6 deletions

View File

@@ -89,7 +89,7 @@ local buttons = {
dashboard.button('q', '󰤆 Quit', '<cmd>qa<CR>'),
}
if vim.loop.os_gethostname() == 'ccflow' then
if vim.loop.os_gethostname() == 'slaptop' then
table.insert(buttons, 1,
dashboard.button('d', ' Diary Entry', '<cmd>Diary<CR>'))
end