mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-31 16:23:07 +01:00
11 lines
321 B
Nix
11 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
|
||
|
];
|
||
|
}
|