1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-29 01:48:31 +02:00
home-manager/modules/lib
Marcial Gaißert 62eb7ebeba
lib.zsh: add module
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.
2019-01-11 10:26:12 +01:00
..
dag.nix lib: make dag.nix take lib as argument 2017-09-21 13:19:29 +02:00
default.nix lib.zsh: add module 2019-01-11 10:26:12 +01:00
file-type.nix files: add onChange option 2018-07-27 22:07:12 +02:00
shell.nix lib/shell: add library of convenience functions 2018-01-07 16:59:22 +01:00
zsh.nix lib.zsh: add module 2019-01-11 10:26:12 +01:00