From 13d652e4a395e0b205d933100aa47efee9343952 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sat, 25 May 2024 10:02:50 +0000 Subject: update --- machines/v/home.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'machines/v/home.nix') diff --git a/machines/v/home.nix b/machines/v/home.nix index 5e4ed4d..46ffb93 100644 --- a/machines/v/home.nix +++ b/machines/v/home.nix @@ -24,6 +24,10 @@ git-lfs ]; + programs.bash.initExtra = '' + . "$HOME/.nix-profile/etc/profile.d/nix.sh" + ''; + imports = (map (path: ../../config/${path}) [ "bash.nix" "dotfiles.nix" -- cgit v1.2.3