{ config, pkgs, ... }: { programs.home-manager.enable = true; imports = [ ./alacritty/default.nix ./zsh/default.nix ./nvim/default.nix ]; }