13 lines
187 B
Nix
13 lines
187 B
Nix
{ ... } : {
|
|
programs.walker = {
|
|
enable = true;
|
|
|
|
config = {
|
|
ui.fullscreen = true;
|
|
list = {
|
|
height = 200;
|
|
};
|
|
websearch.prefix = "?";
|
|
};
|
|
};
|
|
}
|