From 7b6986b6dfb708337fed24181ca7c496119fd22f Mon Sep 17 00:00:00 2001 From: sadan <117494111+sadan4@users.noreply.github.com> Date: Mon, 8 Jul 2024 01:59:58 -0400 Subject: [PATCH] 196 current 2024-07-08 01:59:52 24.11.20240703.9f4128e 6.9.7-zen1 * --- common/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/shell.nix b/common/shell.nix index 5a66d2c..21d2efe 100644 --- a/common/shell.nix +++ b/common/shell.nix @@ -14,7 +14,7 @@ }; common = { env = { - LG_CONFIG_FILE = "~/.config/lazygit/tokyonight_night.conf"; + LG_CONFIG_FILE = "/home/${config.home.username}/.config/lazygit/tokyonight_night.conf"; BAT_THEME = "Dracula"; EDITOR = "nvim"; MANPAGER = "nvim +Man!";