From 9a856d3a5b1f2571a0b575b7476cfae6f0ca9437 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Thu, 18 May 2023 18:52:05 -0400 Subject: Nix... Nix home manager.. on MY Guix installation?? More likely than you'd think! --- home-config/bash_profile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'home-config/bash_profile') diff --git a/home-config/bash_profile b/home-config/bash_profile index 319a0ca..d58e435 100644 --- a/home-config/bash_profile +++ b/home-config/bash_profile @@ -4,5 +4,8 @@ export XDG_CURRENT_DESKTOP=sway export XDG_SESSION_DESKTOP=sway export _JAVA_AWT_WM_NONREPEATING=1 +export XDG_DATA_DIRS=$XDG_DATA_DIRS:~/.nix-profile/share +export PATH=$PATH:~/.nix-profile/bin + # Honor per-interactive-shell startup file if [ -f ~/.bashrc ]; then . ~/.bashrc; fi -- cgit v1.2.3