refactor default apps and add walker

This commit is contained in:
2026-05-06 19:32:37 +02:00
parent be1a9b7852
commit d6878abc61
10 changed files with 161 additions and 299 deletions
+1 -24
View File
@@ -14,7 +14,6 @@ in
let
repoTheme = repo.theme.kanagawa;
palette = repoTheme.palette;
launcherCommand = lib.getExe config.programs.vicinae.package;
in
{
programs.vicinae = {
@@ -74,28 +73,6 @@ in
];
};
meta.desktop.launcher = {
package = config.programs.vicinae.package;
commands = {
open = [
launcherCommand
"toggle"
];
files = [
launcherCommand
"deeplink"
"vicinae://extensions/sameoldlab/fuzzy-files/find"
];
dmenu = [
launcherCommand
"dmenu"
"--navigation-title"
"Clipboard"
"--placeholder"
"Search clipboard"
"--no-metadata"
];
};
};
meta.desktop.launcherCommand = lib.getExe config.programs.vicinae.package;
};
}