feat(fuzzel): add fuzzel app launcher and keybind
This commit is contained in:
parent
dbef62498e
commit
db42dda537
4 changed files with 17 additions and 1 deletions
13
users/modules/programs/fuzzel.nix
Normal file
13
users/modules/programs/fuzzel.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
programs.fuzzel = {
|
||||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
terminal = "kitty -1 -e";
|
||||
layer = "top";
|
||||
keyboard-focus = "on-demand";
|
||||
list-executables-in-path = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue