nixos/home-modules/walker.nix
jmug a66d51bed6 [Asahi] Move hyprland related configs to their own modules.
Signed-off-by: jmug <u.g.a.mariano@gmail.com>
2025-06-03 21:11:09 -07:00

13 lines
187 B
Nix

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