{ lib, pkgs, ... }:

with lib.metacfg;
{
  metacfg = {
    suites = {
      common = enabled;
    };
  };

  environment.systemPath = [ "/usr/local/Homebrew/bin" ];

  users.users.harald.shell = pkgs.fish;

  system.stateVersion = 4;
}