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