infrastructure/config/profiles/settings.nix
2021-09-04 01:14:17 +01:00

5 lines
102 B
Nix

{ ... }: {
defaultOnly = true;
recursiveInclude = true;
includeFolders.default.enable = true;
}