summaryrefslogtreecommitdiff
path: root/home/baseline/nvim.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/baseline/nvim.nix9
1 files changed, 6 insertions, 3 deletions
diff --git a/home/baseline/nvim.nix b/home/baseline/nvim.nix
index 882788d..edcabe8 100644
--- a/home/baseline/nvim.nix
+++ b/home/baseline/nvim.nix
@@ -1,8 +1,11 @@
-{ config, lib, ... }:
+{
+ config,
+ lib,
+ ...
+}:
with lib; let
cfg = config.local.baseline;
-in
-{
+in {
config = {
home.sessionVariables.EDITOR = "nvim";