1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-20 13:38:38 +02:00
Commit Graph

3 Commits

Author SHA1 Message Date
Giel van Schijndel
c67b06ff92
zsh: support attrsets as associative arrays in programs.zsh.localVariables 2024-04-12 15:00:31 +02:00
Robert Helgesson
45abf3d38a
Apply nixfmt on many files 2020-02-02 01:07:28 +01:00
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