{ pkgs, ... }: { imports = [ ../../modules/home/git.nix ../../modules/home/zsh.nix ]; modules.git.enable = true; modules.zsh.enable = true; }