{ config, pkgs, ... }: { imports = [ ../common.nix ]; home.username = "martin"; home.homeDirectory = "/Users/martin"; home.stateVersion = "24.05"; }