{pkgs, ...}: { imports = [ ../../packages/python/default.nix ]; environment.systemPackages = with pkgs; [ p7zip ]; }