From 3c1a604b585caefdf50077f7624523fb5977fb1d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 27 Mar 2023 09:33:11 -0400 Subject: [PATCH] forgot ; --- homeConfig/home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/homeConfig/home.nix b/homeConfig/home.nix index 374eb99..0f5049d 100644 --- a/homeConfig/home.nix +++ b/homeConfig/home.nix @@ -62,8 +62,9 @@ enable = true; user = "${USER}"; dataDir = "/home/${USER}/Sync"; - } - } + }; + }; + # SESSION VARIABLES home.sessionVariables = { EDITOR = "nvim";