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 = {