1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-01 04:23:34 +02:00
home-manager/tests/modules/files/default.nix
2023-01-26 22:31:16 +01:00

11 lines
372 B
Nix

{
files-disabled = ./disabled.nix;
files-executable = ./executable.nix;
files-hidden-source = ./hidden-source.nix;
files-out-of-store-symlink = ./out-of-store-symlink.nix;
files-source-with-spaces = ./source-with-spaces.nix;
files-target-conflict = ./target-conflict.nix;
files-target-with-shellvar = ./target-with-shellvar.nix;
files-text = ./text.nix;
}