mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-25 02:10:57 +01:00
Also add an `allowUnknownSettings` option to enable checking everything except for unknown settings.
10 lines
420 B
Nix
10 lines
420 B
Nix
{
|
|
nix-empty-settings = ./empty-settings.nix;
|
|
nix-example-settings = ./example-settings.nix;
|
|
nix-example-registry = ./example-registry.nix;
|
|
nix-keep-old-nix-path = ./keep-old-nix-path.nix;
|
|
nix-example-channels = ./example-channels.nix;
|
|
nix-example-channels-xdg = ./example-channels-xdg.nix;
|
|
nix-skip-check-settings = ./skip-check-settings.nix;
|
|
nix-allow-unknown-settings = ./allow-unknown-settings.nix;
|
|
}
|