{ imports = [ # 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 # Automagically import custom packages defined in "/pkgs/pkg-name/default.nix" ./packages.nix ]; }