This commit is contained in:
sadan 2024-11-26 17:16:44 -05:00
parent 441f14f824
commit 1dbf9770c5
No known key found for this signature in database

View file

@ -18,11 +18,11 @@
}; };
shellAliases = { shellAliases = {
lg = "lazygit"; lg = "lazygit";
} };
sessionVariables { sessionVariables {
LG_CONFIG_FILE = "/home/${config.home.username}/.config/lazygit/tokyonight_night.conf"; LG_CONFIG_FILE = "/home/${config.home.username}/.config/lazygit/tokyonight_night.conf";
}; };
} };
programs = { programs = {
git = { git = {
enable = true; enable = true;