{ ... }: {
  imports = [ 
    # Modules
    ./small.nix
    
    # Services
    ./common/services/gnupg-agent.nix
    ./common/services/opensnitch.nix

    # Software
    ./common/packages

    # NixOS Modules
    ./common/modules/fonts.nix
  ];
}