{ config, lib, pkgs, ... }: with lib; { samfelag.modules = { shell = { enable = true; zsh = { enable = true; }; }; dev.git.enable = true; }; }