{ config, lib, pkgs, outputs, ... }: { imports = [ ./zsh.nix ./nixvim.nix ] ; home.packages = [ pkgs.ripgrep ]; home.stateVersion = "23.11"; }