Kieran's opinionated (and probably slightly dumb) nix config

chore: set editor vars

dunkirk.sh e23c1083 1a523af1

verified
Changed files
+6
machines
atalanta
+6
machines/atalanta/default.nix
···
};
};
+
environment.variables = {
+
EDITOR = "nvim";
+
SYSTEMD_EDITOR = "nvim";
+
VISUAL = "nvim";
+
};
+
# Used for backwards compatibility, please read the changelog before changing
system.stateVersion = 4;
}