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