Link: https://github.com/nix-community/stylix/pull/1053 Co-authored-by: NAHO <90870942+trueNAHO@users.noreply.github.com> Reviewed-by: Daniel Thwaites <danth@danth.me> Reviewed-by: Matt Sturgeon <matt@sturgeon.me.uk> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com>
11 lines
204 B
Nix
11 lines
204 B
Nix
{
|
|
imports = [
|
|
./all-maintainers.nix
|
|
./dev-shell.nix
|
|
./packages.nix
|
|
./pre-commit.nix
|
|
./public-and-dev-version-consistency.nix
|
|
./subsystem-maintainers.nix
|
|
./treefmt.nix
|
|
];
|
|
}
|