pantheon/programs_temp/fuzzel.nix
2025-03-27 03:19:25 +08:00

13 lines
234 B
Nix

{
programs.fuzzel = {
enable = true;
settings = {
main = {
terminal = "kitty -1 -e";
layer = "top";
keyboard-focus = "on-demand";
list-executables-in-path = true;
};
};
};
}