mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
7efca2ca18
PR #3622
10 lines
372 B
Nix
10 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;
|
|
}
|