mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
18d461533b
Instead of searching `/usr` it should search for the `xkb`, $XDG_DATA_DIRS will be searched. With this approach we allow compliance on NixOS and non-NixOS systems to find `symbols` in the `xkb` directory. The patch has been accepted by upstream, but isn't released yet, so this is mainly a temporary fix until we can bump ZSH to the next stable version. The `xserver` module links `/share/X11/xkb` to `/run/current-system` to make this possible. The fix can be tested inside the following VM: ``` { zshtest = { programs.zsh.enable = true; users.extraUsers.vm = { password = "vm"; isNormalUser = true; }; services.xserver.enable = true; }; } ``` Fixes #46025 |
||
---|---|---|
.. | ||
antibody | ||
antigen | ||
gradle-completion | ||
grml-zsh-config | ||
lambda-mod-zsh-theme | ||
nix-zsh-completions | ||
oh-my-zsh | ||
zsh-autosuggestions | ||
zsh-command-time | ||
zsh-completions | ||
zsh-deer | ||
zsh-git-prompt | ||
zsh-powerlevel9k | ||
zsh-prezto | ||
zsh-syntax-highlighting | ||
default.nix |