{ pkgs, ... }: { home.packages = with pkgs; [ hyprpaper ]; home.file = { "Pictures/Wallpapers" = { source = ../../wallpapers; recursive = true; }; }; # Hyprpaper configuration services.hyprpaper = { enable = true; settings = { preload = [ "Pictures/Wallpapers/tokio.png" ]; wallpaper = ", Pictures/Wallpapers/tokio.png"; }; }; }