From 98571ee5ffd60411b80bb6e3b72e15e31e185eb3 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Mon, 10 Jun 2024 21:24:53 +0200 Subject: common/zsh: remove hack removing function subdirs --- common/commandline/zsh.nix | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'common') diff --git a/common/commandline/zsh.nix b/common/commandline/zsh.nix index aba2d94..9f05386 100644 --- a/common/commandline/zsh.nix +++ b/common/commandline/zsh.nix @@ -8,22 +8,6 @@ let inherit (inputs.self.lib.theme) fgEscapeCode; dominantEscapeCode = fgEscapeCode config.theme.colors.dominant; in { - nixpkgs.overlays = [ - (_final: prev: { - zsh = prev.zsh.overrideAttrs (_old: { - configureFlags = [ - "--enable-maildir-support" - "--enable-multibyte" - "--with-tcsetpgrp" - "--enable-pcre" - "--enable-zshenv=/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9/etc/zshenv" - "--disable-site-fndir" - # "--enable-function-subdirs" - ]; - }); - }) - ]; - programs.zsh = { enable = true; -- cgit v1.2.3