{ config, pkgs, ... }: { home.username = "pan"; home.homeDirectory = "/home/pan"; home.stateVersion = "23.11"; # Please read the comment before changing. programs.git = { userName = "Martin Pander"; userEmail = "martin.pander@knowtion.de"; }; home.packages = with pkgs; [ yaml-language-server marksman ]; programs.zsh.profileExtra = '' source $HOME/.profile ''; }