mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-19 02:13:06 +01:00
10 lines
321 B
Nix
10 lines
321 B
Nix
{
|
|
imports = [
|
|
# Automagically imports overlays from "/overlays/overlay-name" and applies them to pkgs.
|
|
# Also applies some other useful arguments, like namespace, to all flake modules.
|
|
./arguments.nix
|
|
|
|
# Automagically imports systems from "/systems/arch-classname/system-name".
|
|
./systems.nix
|
|
];
|
|
}
|