refactor default apps and add walker
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user