summaryrefslogtreecommitdiff
path: root/common/home/opam
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2024-09-18 18:05:46 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2024-09-18 18:05:46 +0200
commit1858c59effab05a3d1b04b53121029ea6207b4ea (patch)
treef22f92c97a975719db8636df79cc2ed19a5887b6 /common/home/opam
parent6febf392091a4b02bb9bd43f22bd3856ca48655a (diff)
add ocaml
Diffstat (limited to 'common/home/opam')
-rw-r--r--common/home/opam/default.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/home/opam/default.nix b/common/home/opam/default.nix
new file mode 100644
index 0000000..d0baee2
--- /dev/null
+++ b/common/home/opam/default.nix
@@ -0,0 +1,5 @@
+{ ... }:
+{
+ enable = true;
+ enableZshIntegration = true;
+}