about summary refs log tree commit diff stats
path: root/home-manager/files/wallpaper/default.nix
blob: 362e8c9932b60bd04b8301384dc0e45d22fdb5c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
# vim: ts=2
{config, ...}: {
  home.file = {
    wallpaper = {
      source = ./abstract-nord.png;
      target = "media/pictures/wallpaper";
    };
  };
}