This commit is contained in:
2026-06-15 00:24:26 +03:00
commit 3fab9257e0
45 changed files with 2729 additions and 0 deletions

11
config/walker/config.toml Normal file
View File

@@ -0,0 +1,11 @@
theme = "catppuccin-mocha"
[placeholders]
"default" = { input = "Search", list = "No Results" }
[providers]
default = [
"desktopapplications",
"calc",
"websearch",
]