diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-06-23T16·43-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-06-23T16·45+0000 |
commit | 19e54738d749b0a4f5bf065d4e980e2401fa2028 (patch) | |
tree | 034fa7e79cae1a385826873e023ada1747ece868 /users/glittershark/system/home/modules/development.nix | |
parent | ec84fde6b11c4e138a2a50dda89d1bf48b6aa5c1 (diff) |
feat(users/glittershark): Jsonnet in emacs + system r/1070
Add jsonnet-mode to emacs, and install jsonnet in the development.nix module in home-manager. Change-Id: I11d6417b6a059de151dbb5407682059e0d5a7d3c Reviewed-on: https://cl.tvl.fyi/c/depot/+/564 Reviewed-by: glittershark <grfn@gws.fyi>
Diffstat (limited to 'users/glittershark/system/home/modules/development.nix')
-rw-r--r-- | users/glittershark/system/home/modules/development.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/glittershark/system/home/modules/development.nix b/users/glittershark/system/home/modules/development.nix index 39e964d1da3e..329b96029757 100644 --- a/users/glittershark/system/home/modules/development.nix +++ b/users/glittershark/system/home/modules/development.nix @@ -46,6 +46,7 @@ with lib; gnumake inetutils loc + jsonnet clj2nix |