From 923af807e5f9e1bc1cc170c519a05be371b8ae84 Mon Sep 17 00:00:00 2001 From: seth Date: Thu, 25 Jan 2024 04:15:43 -0500 Subject: seth/shell: init nu config --- users/seth/shell/bash.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'users/seth/shell/bash.nix') diff --git a/users/seth/shell/bash.nix b/users/seth/shell/bash.nix index f9a1afa..46c03d4 100644 --- a/users/seth/shell/bash.nix +++ b/users/seth/shell/bash.nix @@ -1,6 +1,7 @@ {config, ...}: { programs.bash = { enable = true; + # TODO: find out if i need this anymore with standalone HM bashrcExtra = '' nixfile=${config.home.homeDirectory}/.nix-profile/etc/profile.d/nix.sh [ -e "$nixfile" ] && source "$nixfile" -- cgit v1.2.3