summaryrefslogtreecommitdiffstats
path: root/common-darwin.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--common-darwin.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/common-darwin.nix b/common-darwin.nix
index e248521..9170c92 100644
--- a/common-darwin.nix
+++ b/common-darwin.nix
@@ -34,6 +34,10 @@
tealdeer
];
+ environment.variables = {
+ EDITOR = "nvim";
+ VISUAL = "nvim";
+ };
nix.gc = {
automatic = true;
interval.Day = 7;