{ config, lib, pkgs, ... }: let modules = if config.networking.hostName == "marty-pc" then [ ./git.nix ./vscodium.nix ] else if config.networking.hostName == "marty-latitude" then [ ./git.nix ./vscodium.nix ] else if config.networking.hostName == "marty-server" then [ ./git.nix ] else [ ]; in { imports = modules; }