{ pkgs, wallpaper, ... }: { home.packages = [ pkgs.rivercarro ]; xdg.configFile."river/init" = { source = pkgs.replaceVars ./init.sh { inherit wallpaper; }; executable = true; }; }