[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,10 @@
{ ... } : {
services.hyprpaper = {
enable = true;
settings = {
preload = ["/home/jmug/Wallpapers/nyc2.jpg"];
wallpaper = [", /home/jmug/Wallpapers/nyc2.jpg"];
ipc = true;
};
};
}