Like how bash has `initExtra` ```nix programs.bash = { enable = true; initExtra = builtins.readFile "${self}/dotfiles/bashrc"; ```