mirror of
https://github.com/nix-community/home-manager
synced 2024-11-04 18:29:45 +01:00
62eb7ebeba
Added utilities to generate export statements and definitions for zsh scripts. Currently, there is only lib.shell which generates export statements in bash syntax. However, this does not allow to generate export statements for zsh arrays (syntax: NAME=(elem1 elem2 ...) ), which would be the natural representation of lists in the nix language. |
||
---|---|---|
.. | ||
dag.nix | ||
default.nix | ||
file-type.nix | ||
shell.nix | ||
zsh.nix |