feat: fix hyprpaper

This commit is contained in:
s-prechtl 2024-09-22 12:48:09 +02:00
parent 7c54039636
commit 1fb0fd3099

View file

@ -2,8 +2,10 @@
services.hyprpaper = {
enable = true;
settings = {
ipc = "off";
splash = false;
preload = "~/dotfiles/background.png";
wallpaper = "~/dotfiles/background.png";
wallpaper = ",~/dotfiles/background.png";
};
};
}