~ruther/nixos-config

9bd9a86c5363dfdc699caafa32c92b8ddefde5f0 — Frantisek Bohacek 1 year, 4 months ago 644897d
fix: disable sourcing set-environment in zsh

This has broken nix shell, and it's not needed
when qtile is not used
1 files changed, 1 insertions(+), 1 deletions(-)

M modules/shell/zsh.nix
M modules/shell/zsh.nix => modules/shell/zsh.nix +1 -1
@@ 26,7 26,7 @@
          nix-locate --top-level -w /bin/$1
        }

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

Do not follow this link