{ config, pkgs, ... }: { programs.home-manager.enable = true; home.sessionVariables = { PATH = "$PATH:$HOME/.bin"; EDITOR = "nvim"; MANPAGER = "nvim +Man!"; }; imports = [ ./lf.nix ./fzf.nix ./git.nix ./zsh.nix ]; }