~ruther/nixos-config

6bbe9584d408bf98a503a0cfd15821f70d18832f — Frantisek Bohacek 1 year, 5 months ago 134e096
fix: set system environment in zsh

Zsh had environment from the wm, qtile.
That contains python environment that
I do not want. This sources the environment
of the system, without the qtile env
1 files changed, 2 insertions(+), 0 deletions(-)

M modules/shell/zsh.nix
M modules/shell/zsh.nix => modules/shell/zsh.nix +2 -0
@@ 25,6 25,8 @@
        function loc {
          nix-locate --top-level -w /bin/$1
        }

        source /etc/set-environment
      '';
    };
  };

Do not follow this link