From ee4ff3e5da3430c68fd8ed34f642fe553233a608 Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Tue, 26 Nov 2024 17:17:26 -0500 Subject: [PATCH] ohhh --- common/users/homeModules/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/users/homeModules/git.nix b/common/users/homeModules/git.nix index 60eb21c..717b712 100644 --- a/common/users/homeModules/git.nix +++ b/common/users/homeModules/git.nix @@ -19,7 +19,7 @@ shellAliases = { lg = "lazygit"; }; - sessionVariables { + sessionVariables = { LG_CONFIG_FILE = "/home/${config.home.username}/.config/lazygit/tokyonight_night.conf"; }; };