{ inputs, lib, config, pkgs, system, ... }: { imports = [ ./ssh ./git.nix ./gui.nix ]; programs.neovim.enable = true; home.packages = with pkgs; [ gpclient openconnect emacs fd ripgrep yazi tree gnumake texinfo texlive.combined.scheme-full ]; fonts.fontconfig.enable = true; programs.home-manager.enable = true; # https://nixos.wiki/wiki/FAQ/When_do_I_update_stateVersion home.stateVersion = "25.05"; }