summaryrefslogtreecommitdiffstats
path: root/common/commandline
diff options
context:
space:
mode:
Diffstat (limited to 'common/commandline')
-rw-r--r--common/commandline/zsh.nix16
1 files changed, 0 insertions, 16 deletions
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
8 inherit (inputs.self.lib.theme) fgEscapeCode; 8 inherit (inputs.self.lib.theme) fgEscapeCode;
9 dominantEscapeCode = fgEscapeCode config.theme.colors.dominant; 9 dominantEscapeCode = fgEscapeCode config.theme.colors.dominant;
10in { 10in {
11 nixpkgs.overlays = [
12 (_final: prev: {
13 zsh = prev.zsh.overrideAttrs (_old: {
14 configureFlags = [
15 "--enable-maildir-support"
16 "--enable-multibyte"
17 "--with-tcsetpgrp"
18 "--enable-pcre"
19 "--enable-zshenv=/1rz4g4znpzjwh1xymhjpm42vipw92pr73vdgl6xs1hycac8kf2n9/etc/zshenv"
20 "--disable-site-fndir"
21 # "--enable-function-subdirs"
22 ];
23 });
24 })
25 ];
26
27 programs.zsh = { 11 programs.zsh = {
28 enable = true; 12 enable = true;
29 13