diff --git a/configuration.nix b/configuration.nix index de3d483..946d225 100644 --- a/configuration.nix +++ b/configuration.nix @@ -109,6 +109,11 @@ ]; }; + # Drop once dotfiles move to Home Manager + programs.bash.interactiveShellInit = '' + [[ -f ~/.bashrc ]] && source ~/.bashrc + ''; + programs.git = { enable = true; config = {