diff --git a/common/users/homeModules/git.nix b/common/users/homeModules/git.nix index 7a4a40b..60eb21c 100644 --- a/common/users/homeModules/git.nix +++ b/common/users/homeModules/git.nix @@ -18,11 +18,11 @@ }; shellAliases = { lg = "lazygit"; - } + }; sessionVariables { LG_CONFIG_FILE = "/home/${config.home.username}/.config/lazygit/tokyonight_night.conf"; }; - } + }; programs = { git = { enable = true;