# vim: ts=2
{config, ...}: {
  home.file = {
    wallpaper = {
      source = ./abstract-nord.png;
      target = "media/pictures/wallpaper";
    };
  };
}