{ nixvim, ... }:

{
  programs.home-manager.enable = true;
  imports = [
    nixvim.homeManagerModules.nixvim
    ./launchd.nix
    ./shell.nix

    ./tools
    ./editors
    ./languages
  ];
  home = {
    stateVersion = "23.11";
  };
}