diff options
author | Minijackson <minijackson@riseup.net> | 2024-06-10 21:24:53 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2024-06-10 21:24:53 +0200 |
commit | 98571ee5ffd60411b80bb6e3b72e15e31e185eb3 (patch) | |
tree | 98e6b8f0b88194d333f3bf1cb740d5e2e7b2a85a /common/commandline | |
parent | 12ec5db9c37f713b928fd8df1fffd7b41b1d7404 (diff) | |
download | nixos-config-reborn-98571ee5ffd60411b80bb6e3b72e15e31e185eb3.tar.gz nixos-config-reborn-98571ee5ffd60411b80bb6e3b72e15e31e185eb3.zip |
common/zsh: remove hack removing function subdirs
Diffstat (limited to 'common/commandline')
-rw-r--r-- | common/commandline/zsh.nix | 16 |
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; |
10 | in { | 10 | in { |
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 | ||