chore(pantheon): clean up and rm unused configs

This commit is contained in:
Mohammad Rafiq 2025-05-03 12:29:13 +08:00
parent bacf1a8b08
commit 9e17187b02
No known key found for this signature in database
13 changed files with 18 additions and 127 deletions

View file

@ -1,6 +1,10 @@
{
home-manager.users.rafiq = {
home.sessionVariables.GIT_CONFIG_GLOBAL = "$HOME/.config/git/config";
home.shellAliases = {
g = "git";
gs = "git status";
};
programs.git = {
enable = true;