{ darwin, ... }: { config, lib, pkgs, ... }: { home.stateVersion = "23.05"; xdg.enable = true; imports = [ ./shell.nix ./ssh.nix ./git.nix ] ++ lib.optionals darwin [ ./1password.nix ./go.nix ./k8s.nix ]; home.packages = with pkgs; [ # encryption age # nix nil nix-direnv nixd nixfmt-classic nixpkgs-fmt nil # nix lsp ] ++ (lib.optionals (darwin) [ # hashicorp boundary nomad-pack tfswitch # media mpv ffmpeg ]); }