aboutsummaryrefslogtreecommitdiff
path: root/home-manager/tests/modules/files/default.nix
blob: 04c61d3b8865b05da604ab373ca51fe8cdd3bdb6 (plain)
1
2
3
4
5
6
{
  files-executable = ./executable.nix;
  files-hidden-source = ./hidden-source.nix;
  files-source-with-spaces = ./source-with-spaces.nix;
  files-text = ./text.nix;
}