[Asahi] Move hyprland related configs to their own modules.

Signed-off-by: jmug <u.g.a.mariano@gmail.com>
This commit is contained in:
jmug
2025-06-03 21:11:09 -07:00
parent 1b320ca2db
commit a66d51bed6
5 changed files with 437 additions and 426 deletions
+13
View File
@@ -0,0 +1,13 @@
{ ... } : {
programs.walker = {
enable = true;
config = {
ui.fullscreen = true;
list = {
height = 200;
};
websearch.prefix = "?";
};
};
}