{ config, pkgs, inputs, ... }: { imports = [ ../home/home_common.nix ]; home = { packages = with pkgs; [ docker docker-compose ]; }; }