{pkgs, ...}: { environment.systemPackages = with pkgs; [ gcc (callPackage ./zen.nix {}) ]; }