{...}: { programs.niri.settings.spawn-at-startup = [ # open fastfetch by default {argv = ["kitty" "--title" "'fastfetch'" "sh" "-c" "'fastfetch; read'"];} # Clipboard history daemons {argv = ["wl-paste" "--type" "text" "--watch" "cliphist" "store"];} {argv = ["wl-paste" "--type" "image" "--watch" "cliphist" "store"];} ]; }