2025-01-15 23:56:16 +01:00
|
|
|
{
|
|
|
|
imports = [
|
2025-01-29 12:17:34 +01:00
|
|
|
# Applies some useful arguments, like namespace, to all flake modules.
|
2025-01-15 23:56:16 +01:00
|
|
|
./arguments.nix
|
|
|
|
|
2025-01-29 12:17:34 +01:00
|
|
|
# Automagically imports libs from "/lib/lib-name" and applies them to the `lib.${namespace}` or `puzzlevision.lib` module argument.
|
|
|
|
./lib.nix
|
|
|
|
|
|
|
|
# Recursively imports overlays from "/overlays/overlay-name" and applies them to the `pkgs` or `puzzlevision.pkgs` module argument.
|
|
|
|
# ./overlays.nix
|
|
|
|
|
2025-01-15 23:56:16 +01:00
|
|
|
# Automagically imports systems from "/systems/arch-classname/system-name".
|
|
|
|
./systems.nix
|
|
|
|
];
|
|
|
|
}
|