15 lines
391 B
Nix

{
...
}:
{
services.hyprpaper = {
enable = true;
settings = {
# TODO: implement this correctly
# preload = builtins.attrValues (builtins.readFile ../../../wallpapers/luke-chesser-eICUFSeirc0-unsplash.jpg);
# wallpaper = [
# ", ${builtins.attrValues (builtins.readFile ../../../wallpapers/luke-chesser-eICUFSeirc0-unsplash.jpg)}"
# ];
};
};
}