mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-02-07 09:33:43 -05:00
maybe?
This commit is contained in:
parent
441f14f824
commit
1dbf9770c5
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue