mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-19 15:31:10 +01:00
7 lines
256 B
Nix
7 lines
256 B
Nix
{
|
|
less-correct-option-order = ./correct-option-order.nix;
|
|
less-custom-config = ./custom-config.nix;
|
|
less-custom-options = ./custom-options.nix;
|
|
less-custom-options-and-config = ./custom-options-and-config.nix;
|
|
less-no-config = ./no-config.nix;
|
|
}
|