[Asahi] Move all hyprland related configs under a separate module.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
Mariano Uvalle 2025-06-06 21:20:48 -07:00
parent 6b3544c402
commit cf35233d14
7 changed files with 78 additions and 62 deletions

View file

@ -0,0 +1,16 @@
{ inputs, ... } : {
imports = [
inputs.walker.homeManagerModules.default
];
programs.walker = {
enable = true;
config = {
ui.fullscreen = true;
list = {
height = 200;
};
websearch.prefix = "?";
};
};
}