[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:
parent
6b3544c402
commit
cf35233d14
7 changed files with 78 additions and 62 deletions
16
home-modules/hyprland/walker.nix
Normal file
16
home-modules/hyprland/walker.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ inputs, ... } : {
|
||||
imports = [
|
||||
inputs.walker.homeManagerModules.default
|
||||
];
|
||||
programs.walker = {
|
||||
enable = true;
|
||||
|
||||
config = {
|
||||
ui.fullscreen = true;
|
||||
list = {
|
||||
height = 200;
|
||||
};
|
||||
websearch.prefix = "?";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue