From 30c64917ed3caf3cfe9771f5f4b18b9530fc26ac Mon Sep 17 00:00:00 2001 From: Danilo Reyes Date: Thu, 12 Sep 2024 23:32:57 -0600 Subject: [PATCH] manually sourcing /etc/profile --- home-manager.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home-manager.nix b/home-manager.nix index 5b016cf..7e9ba0e 100644 --- a/home-manager.nix +++ b/home-manager.nix @@ -24,6 +24,10 @@ initExtra = '' $HOME/.local/bin/pokemon-colorscripts -r --no-title export command_timeout=60 + + if [ -f /etc/profile ]; then + . /etc/profile + fi ''; }; xdg = {