From b1978462265438c4580daa76e5302791862c9679 Mon Sep 17 00:00:00 2001 From: Kris Lamoureux Date: Sun, 28 Jun 2026 21:37:53 -0400 Subject: [PATCH] Restore .bashrc sourcing as a stopgap --- configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) 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 = {