15 lines
292 B
Nix
15 lines
292 B
Nix
{
|
|
home-manager.users.rafiq = {
|
|
programs.fuzzel = {
|
|
enable = true;
|
|
settings = {
|
|
main = {
|
|
terminal = "kitty -1 -e";
|
|
layer = "top";
|
|
keyboard-focus = "on-demand";
|
|
list-executables-in-path = true;
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|