{ ... }: { flake.modules.nixos.aquaticTest = { pkgs, ... }: { environment.systemPackages = with pkgs; [ foot ]; }; }