Files
nixos/home-modules/walker.nix
T

14 lines
187 B
Nix

{ ... } : {
programs.walker = {
enable = true;
config = {
ui.fullscreen = true;
list = {
height = 200;
};
websearch.prefix = "?";
};
};
}