feat: dunst daemon config

This commit is contained in:
2026-02-08 16:01:58 +01:00
parent db3f706298
commit 593895c78b
3 changed files with 26 additions and 1 deletions

View File

@@ -15,3 +15,11 @@ if not ok then
return
end
telescope.setup {
pickers = {
find_files = {
hidden = true
}
}
}