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