about summary refs log tree commit diff stats
path: root/home-manager/files/default.nix
blob: ceb128480339e600294c0aaadf8bef364b62dae2 (plain) (blame)
1
2
3
4
5
6
# vim: ts=2
{config, ...}: {
  import = [
    ./wallpaper
  ];
}