home/anyrun: fix config file

This commit is contained in:
2025-05-27 12:07:16 +02:00
parent 18e37aa599
commit 345e8acbc6

View File

@@ -30,7 +30,10 @@
desktop_actions: false,
max_entries: 10,
preprocess_exec_script: Some("${lib.getExe preprocess_script}"),
terminal: Some("${lib.getExe pkgs.alacritty}"),
terminal: Some(Terminal(
command: "${lib.getExe pkgs.alacritty}",
args: "-e {}",
)),
)
'';
};