about summary refs log tree commit diff stats
path: root/modules/home.legacy/files/default.nix
blob: 16fe9afe9ba0b9a91ef3094d1cf5a1e0cf83f5ff (plain) (blame)
1
2
3
4
5
6
{...}: {
  imports = [
    ./wallpaper
    ./manifest_json
  ];
}