From fbb6ff59deed7f8bc4f38ba707def1c7ff475d20 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 9 Jan 2026 05:57:58 -0500 Subject: small fixes --- lib/common.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/common.nix') diff --git a/lib/common.nix b/lib/common.nix index 54b28ea..79ad4bc 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -387,6 +387,7 @@ in { enable = true; profileExtra = '' # put SSH_AUTH_SOCK here? + [[ -f "${homedir}/.bashrc.local" ]] && . "${homedir}/.bashrc.local" ''; initExtra = '' #DIR=~/.nix-profile/etc/profile.d -- cgit v1.2.3