mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-07-12 10:24:26 +00:00
12 lines
314 B
Nix
12 lines
314 B
Nix
{
|
|
imports = [
|
|
# Exposes nixosModules and homeModules on flake outputs.
|
|
./modules.nix
|
|
|
|
# Automagically imports libs from "/lib/lib-name" and exposes them to the `flake.lib` output.
|
|
./lib.nix
|
|
|
|
# Automagically imports systems from "/systems/arch-classname/system-name".
|
|
./systems.nix
|
|
];
|
|
}
|