[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
10
home-modules/hyprland/hyprpaper.nix
Normal file
10
home-modules/hyprland/hyprpaper.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{ ... } : {
|
||||
services.hyprpaper = {
|
||||
enable = true;
|
||||
settings = {
|
||||
preload = ["/home/jmug/Wallpapers/nyc2.jpg"];
|
||||
wallpaper = [", /home/jmug/Wallpapers/nyc2.jpg"];
|
||||
ipc = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue